Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dinternal.h46 #undef SHN_HIOS
56 #define SHN_HIOS (-0xC1u) /* OS specific semantics, hi */ macro
Dexternal.h44 #define SHN_HIOS 0xFF3F /* OS specific semantics, hi */ macro
DChangeLog1209 (SHN_LOPROC, SHN_HIPROC, SHN_LOOS, SHN_HIOS): Define.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h324 SHN_HIOS = 0xff3f,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c6724 #define MAP_ONESYMTAB (SHN_HIOS + 1)
6725 #define MAP_DYNSYMTAB (SHN_HIOS + 2)
6726 #define MAP_STRTAB (SHN_HIOS + 3)
6727 #define MAP_SHSTRTAB (SHN_HIOS + 4)
6728 #define MAP_SYM_SHNDX (SHN_HIOS + 5)
DChangeLog-20062176 SHN_HIOS.
DChangeLog-0001251 (MAP_ONESYMTAB): Define above SHN_HIOS.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9764 else if (type >= SHN_LOOS && type <= SHN_HIOS) in get_symbol_index_type()