HomeSort by relevance Sort by last modified time
    Searched refs:SHN_HIOS (Results 1 - 16 of 16) sorted by null

  /external/elfutils/libebl/
eblsectionname.c 75 else if (section >= SHN_LOOS && section <= SHN_HIOS)
  /bionic/libc/include/
elf.h 496 #define SHN_HIOS 0xff3f
  /external/u-boot/include/
elf.h 264 #define SHN_HIOS 0xff3f /* specific semantics */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 201 #define SHN_HIOS 0xff3f /* Last operating system-specific. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 201 #define SHN_HIOS 0xff3f /* Last operating system-specific. */
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 250 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 693 SHN_HIOS = 0xff3f, // Highest operating system-specific index
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 230 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
  /external/llvm/include/llvm/Support/
ELF.h 656 SHN_HIOS = 0xff3f, // Highest operating system-specific index
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 765 SHN_HIOS = 0xff3f, // Highest operating system-specific index
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 657 SHN_HIOS = 0xff3f, // Highest operating system-specific index
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 540 ECase(SHN_HIOS);
  /external/kmod/port-gnu/
elf.h 311 #define SHN_HIOS 0xff3f /* End of OS-specific */
    [all...]
  /external/elfutils/libelf/
elf.h 423 #define SHN_HIOS 0xff3f /* End of OS-specific */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 88 milliseconds