Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf_common.h267 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf_common.h267 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
DElf32Convert.c1010 if (DynamicSegment->p_type == PT_DYNAMIC) { in WriteRelocations32()