Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp352 static bool isValidReservedSectionIndex(uint16_t Index, uint16_t Machine) { in isValidReservedSectionIndex() function
986 if (!isValidReservedSectionIndex(Sym.st_shndx, Obj.Machine)) { in initSymbolTable()