Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp631 static bool isValidReservedSectionIndex(uint16_t Index, uint16_t Machine) { in isValidReservedSectionIndex() function
1592 if (!isValidReservedSectionIndex(Sym.st_shndx, Obj.Machine)) { in initSymbolTable()