Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86_64.cpp148 uint32_t offsetInAtom,
159 uint32_t offsetInAtom,
372 uint32_t offsetInAtom, in getReferenceInfo() argument
432 offsetInAtom == 16) { in getReferenceInfo()
450 uint32_t offsetInAtom, in getPairReferenceInfo() argument
475 *addend = encodedAddend + offsetInAtom; in getPairReferenceInfo()
478 *addend = encodedAddend - offsetInAtom; in getPairReferenceInfo()
491 *addend = encodedAddend + offsetInAtom; in getPairReferenceInfo()
494 *addend = encodedAddend - offsetInAtom; in getPairReferenceInfo()
528 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
[all …]
H A DArchHandler_x86.cpp91 uint32_t offsetInAtom,
102 uint32_t offsetInAtom,
254 uint32_t offsetInAtom, in getReferenceInfo() argument
262 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
352 uint32_t offsetInAtom, in getPairReferenceInfo() argument
360 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
421 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
563 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
619 ref.offsetInAtom(), in appendSectionRelocations()
624 ref.offsetInAtom(), in appendSectionRelocations()
H A DArchHandler_arm64.cpp140 uint32_t offsetInAtom,
151 uint32_t offsetInAtom,
379 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo() argument
384 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
475 const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, in getPairReferenceInfo() argument
479 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
524 *addend = (int64_t)*(const little64_t *)fixupContent + offsetInAtom; in getPairReferenceInfo()
532 *addend = (int32_t)*(const little32_t *)fixupContent + offsetInAtom; in getPairReferenceInfo()
565 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
783 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
H A DMachONormalizedFileToAtoms.cpp610 uint32_t offsetInAtom; in convertRelocs() local
660 reloc, inAtom, offsetInAtom, fixupAddress, isBig, atomByAddr, in convertRelocs()
684 kind, offsetInAtom, target, addend); in convertRelocs()
1141 if (CurrentRef->offsetInAtom() != PersonalityFunctionField) in processCIE()
1210 if (Offset < Ref->offsetInAtom()) in processFDE()
1214 if (Offset == Ref->offsetInAtom()) { in processFDE()
1509 uint32_t offsetInAtom; in normalizedObjectToAtoms() local
1512 if (offsetInAtom + entry.length > atom->size()) { in normalizedObjectToAtoms()
1523 offsetInAtom, atom, entry.kind); in normalizedObjectToAtoms()
1533 if ((offsetInAtom + entry.length) == atom->size()) in normalizedObjectToAtoms()
[all …]
H A DArchHandler_arm.cpp85 uint32_t offsetInAtom,
96 uint32_t offsetInAtom,
526 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo() argument
531 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
640 uint32_t offsetInAtom, in getPairReferenceInfo() argument
791 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
1025 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
1193 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
1382 ref.offsetInAtom(), in appendSectionRelocations()
1404 if (ref->offsetInAtom() != 0) in isThumbFunction()
H A DArchHandler.h140 uint32_t offsetInAtom,
156 uint32_t offsetInAtom,
H A DMachONormalizedFileFromAtoms.cpp1400 entry.length = ref->offsetInAtom() - startOffset; in buildDataInCodeArray()
1406 startOffset = ref->offsetInAtom(); in buildDataInCodeArray()
1435 uint64_t segmentOffset = _atomToAddress[atom] + ref->offsetInAtom() in addRebaseAndBindingInfo()
1524 helperRef->offsetInAtom()]); in fixLazyReferenceImm()
H A DCompactUnwindPass.cpp404 switch (ref->offsetInAtom()) { in extractCompactUnwindEntry()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DSimple.h127 uint64_t offsetInAtom() const override { return _offsetInAtom; } in offsetInAtom() function
221 uint64_t lhsOffset = lhs->offsetInAtom(); in sortReferences()
222 uint64_t rhsOffset = rhs->offsetInAtom(); in sortReferences()
H A DReference.h83 virtual uint64_t offsetInAtom() const = 0;
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp750 _offset(ref->offsetInAtom()), _addend(ref->addend()), in NormalizedReference()
778 uint64_t offsetInAtom() const override { return _offset; } in offsetInAtom() function in llvm::yaml::MappingTraits::NormalizedReference