Searched refs:secOffset (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 463 void parseProtocolListInfo(const ConcatInputSection *isec, uint32_t secOffset, 468 uint32_t secOffset, 471 void parsePointerListInfo(const ConcatInputSection *isec, uint32_t secOffset, 682 const ConcatInputSection *isec, uint32_t secOffset, in parseProtocolListInfo() argument 684 assert((isec && (secOffset + target->wordSize <= isec->data.size())) && in parseProtocolListInfo() 687 const Reloc *reloc = isec->getRelocAt(secOffset); in parseProtocolListInfo() 738 uint32_t secOffset, in parseProtocolListInfo() argument 741 parseProtocolListInfo(isec, secOffset, ptrList, sourceLang); in parseProtocolListInfo() 749 uint32_t secOffset, in parsePointerListInfo() argument 753 assert(secOffset + target->wordSize <= isec->data.size() && in parsePointerListInfo() [all …]
|