Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h626 SYMBOL_HIPROC = ELF::SHN_HIPROC, enumerator
H A DELFObject.cpp653 (ShndxType >= SYMBOL_LOPROC && ShndxType <= SYMBOL_HIPROC) || in getShndx()