HomeSort by relevance Sort by last modified time
    Searched defs:SHF_STRINGS (Results 1 - 7 of 7) sorted by null

  /bionic/libc/include/
elf.h 484 #define SHF_STRINGS 0x20
  /external/u-boot/include/
elf.h 338 #define SHF_STRINGS 0x20 /* Contains NULL terminated strings */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 255 #define SHF_STRINGS 0x20 /* Section contains strings. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 255 #define SHF_STRINGS 0x20 /* Section contains strings. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 754 SHF_STRINGS = 0x20,
    [all...]
  /external/kmod/port-gnu/
elf.h 362 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]
  /external/elfutils/libelf/
elf.h 474 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */
    [all...]

Completed in 586 milliseconds