Home
last modified time | relevance | path

Searched refs:SHN_HIOS (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c75 else if (section >= SHN_LOOS && section <= SHN_HIOS) in ebl_section_name()
/external/u-boot/include/
Delf.h264 #define SHN_HIOS 0xff3f /* specific semantics */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h693 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h657 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/external/llvm/include/llvm/Support/
DELF.h656 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h765 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/external/llvm/include/llvm/Object/
DELFTypes.h250 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h230 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp540 ECase(SHN_HIOS); in enumeration()
/external/kmod/port-gnu/
Delf.h311 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro
/external/elfutils/libelf/
Delf.h423 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2749 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2994 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()