Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp675 static bool isValidReservedSectionIndex(uint16_t Index, uint16_t Machine) { in isValidReservedSectionIndex() function
1588 if (!isValidReservedSectionIndex(Sym.st_shndx, Obj.Machine)) { in initSymbolTable()