Searched refs:SHN_XINDEX (Results 1 – 10 of 10) sorted by relevance
322 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()339 if (Index == ELF::SHN_XINDEX) { in getSectionIndex()487 if (Index == ELF::SHN_XINDEX) in getSectionStringTable()
188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
267 #define SHN_XINDEX 0xffff /* Index is an extra table */ macro
660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
810 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()
366 #define SHN_XINDEX 0xffff macro
568 ECase(SHN_XINDEX); in enumeration()