Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h491 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h517 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp300 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h985 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DELFTypes.h258 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c5323 #define MAP_ONESYMTAB (SHN_HIOS + 1)
5324 #define MAP_DYNSYMTAB (SHN_HIOS + 2)
5325 #define MAP_STRTAB (SHN_HIOS + 3)
5326 #define MAP_SHSTRTAB (SHN_HIOS + 4)
5327 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
DChangeLog-0001251 (MAP_ONESYMTAB): Define above SHN_HIOS.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c6184 #define MAP_ONESYMTAB (SHN_HIOS + 1)
6185 #define MAP_DYNSYMTAB (SHN_HIOS + 2)
6186 #define MAP_STRTAB (SHN_HIOS + 3)
6187 #define MAP_SHSTRTAB (SHN_HIOS + 4)
6188 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
Delfcode.h480 return (index >= SHN_LOPROC && index <= SHN_HIOS); in valid_section_index_p()
DChangeLog128 SHN_HIOS.
DChangeLog-0001251 (MAP_ONESYMTAB): Define above SHN_HIOS.
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp787 ECase(SHN_HIOS); in enumeration()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp954 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()
3828 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c7284 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c5602 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()