Home
last modified time | relevance | path

Searched refs:ELF32_ST_INFO (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro