Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h522 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp294 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
/freebsd-12-stable/sys/sys/
Delf_common.h401 #define SHN_HIOS 0xff3f /* Last operating system-specific. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h900 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DELFTypes.h260 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h623 SYMBOL_HIOS = ELF::SHN_HIOS,
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c6196 #define MAP_ONESYMTAB (SHN_HIOS + 1)
6197 #define MAP_DYNSYMTAB (SHN_HIOS + 2)
6198 #define MAP_STRTAB (SHN_HIOS + 3)
6199 #define MAP_SHSTRTAB (SHN_HIOS + 4)
6200 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
Delfcode.h480 return (index >= SHN_LOPROC && index <= SHN_HIOS); in valid_section_index_p()
DChangeLog-20062176 SHN_HIOS.
DChangeLog-0001251 (MAP_ONESYMTAB): Define above SHN_HIOS.
/freebsd-12-stable/contrib/elftoolchain/nm/
Dnm.c1935 case SHN_HIOS: in sym_list_print_each()
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1106 _ELF_DEFINE_SHN(SHN_HIOS, 0xFF3FU, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp726 ECase(SHN_HIOS); in enumeration()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp935 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()
3716 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c1105 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c6985 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()