Searched refs:SHN_HIOS (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblsectionname.c102 else if (section >= SHN_LOOS && section <= SHN_HIOS)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h169 SHN_HIOS = 0xff3f, enumerator in enum:__anon16347
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp285 ENUM_TO_CSTR(SHN_HIOS);
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp146 } else if (SectionIndex >= SHN_LOOS && SectionIndex <= SHN_HIOS) {
148 } else if (SectionIndex > SHN_HIOS && SectionIndex < SHN_ABS) {
/external/llvm/include/llvm/Support/
H A DELF.h1253 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator in enum:llvm::ELF::__anon25595
/external/elfutils/0.153/libelf/
H A Delf.h312 #define SHN_HIOS 0xff3f /* End of OS-specific */ macro

Completed in 403 milliseconds