Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DFile.h142 uint64_t offsetInSect,
148 assert(offsetInSect < section.content.size());
150 const auto &atomPos = std::lower_bound(vec.begin(), vec.end(), offsetInSect,
151 [offsetInSect](const SectionOffsetAndAtom &ao,
157 return (atomsEndOffset <= offsetInSect);
162 *foundOffsetAtom = offsetInSect - atomPos->offset;
H A DMachONormalizedFileToAtoms.cpp513 uint64_t offsetInSect = addr - sect->address; in findAtomCoveringAddress() local
515 file.findAtomCoveringAddress(*sect, offsetInSect, &offsetInTarget); in findAtomCoveringAddress()
544 uint64_t offsetInSect = addr - sect->address; in convertRelocs() local
545 *atom = file.findAtomCoveringAddress(*sect, offsetInSect, &offsetInTarget); in convertRelocs()
1508 uint64_t offsetInSect = entry.offset - s->address; in normalizedObjectToAtoms() local
1510 MachODefinedAtom *atom = file->findAtomCoveringAddress(*s, offsetInSect, in normalizedObjectToAtoms()