Searched refs:secOffset (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 440 void parseProtocolListInfo(const ConcatInputSection *isec, uint32_t secOffset, 445 uint32_t secOffset, 448 bool parsePointerListInfo(const ConcatInputSection *isec, uint32_t secOffset, 668 const ConcatInputSection *isec, uint32_t secOffset, in parseProtocolListInfo() argument 670 assert((isec && (secOffset + target->wordSize <= isec->data.size())) && in parseProtocolListInfo() 673 const Reloc *reloc = isec->getRelocAt(secOffset); in parseProtocolListInfo() 724 uint32_t secOffset, in parseProtocolListInfo() argument 727 parseProtocolListInfo(isec, secOffset, ptrList, sourceLang); in parseProtocolListInfo() 735 uint32_t secOffset, in parsePointerListInfo() argument 739 assert(secOffset + target->wordSize <= isec->data.size() && in parsePointerListInfo() [all …]
|