Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp147 uint32_t offsetInAtom,
158 uint32_t offsetInAtom,
398 uint32_t offsetInAtom, in getReferenceInfo() argument
408 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
458 offsetInAtom == 16) { in getReferenceInfo()
476 uint32_t offsetInAtom, in getPairReferenceInfo() argument
484 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
501 *addend = encodedAddend + offsetInAtom; in getPairReferenceInfo()
504 *addend = encodedAddend - offsetInAtom; in getPairReferenceInfo()
517 *addend = encodedAddend + offsetInAtom; in getPairReferenceInfo()
[all …]
DArchHandler_x86.cpp90 uint32_t offsetInAtom,
101 uint32_t offsetInAtom,
253 uint32_t offsetInAtom, in getReferenceInfo() argument
261 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
351 uint32_t offsetInAtom, in getPairReferenceInfo() argument
359 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
420 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
562 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
618 ref.offsetInAtom(), in appendSectionRelocations()
623 ref.offsetInAtom(), in appendSectionRelocations()
DArchHandler_arm64.cpp139 uint32_t offsetInAtom,
150 uint32_t offsetInAtom,
378 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo() argument
383 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
474 const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, in getPairReferenceInfo() argument
478 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
523 *addend = (int64_t)*(const little64_t *)fixupContent + offsetInAtom; in getPairReferenceInfo()
531 *addend = (int32_t)*(const little32_t *)fixupContent + offsetInAtom; in getPairReferenceInfo()
564 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
782 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
DMachONormalizedFileToAtoms.cpp611 uint32_t offsetInAtom; in convertRelocs() local
614 &offsetInAtom); in convertRelocs()
625 reloc, reloc2, inAtom, offsetInAtom, fixupAddress, isBig, scatterable, in convertRelocs()
661 reloc, inAtom, offsetInAtom, fixupAddress, isBig, atomByAddr, in convertRelocs()
685 kind, offsetInAtom, target, addend); in convertRelocs()
1142 if (CurrentRef->offsetInAtom() != PersonalityFunctionField) in processCIE()
1211 if (Offset < Ref->offsetInAtom()) in processFDE()
1215 if (Offset == Ref->offsetInAtom()) { in processFDE()
1510 uint32_t offsetInAtom; in normalizedObjectToAtoms() local
1512 &offsetInAtom); in normalizedObjectToAtoms()
[all …]
DArchHandler_arm.cpp84 uint32_t offsetInAtom,
95 uint32_t offsetInAtom,
525 const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, in getReferenceInfo() argument
530 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getReferenceInfo()
639 uint32_t offsetInAtom, in getPairReferenceInfo() argument
790 const uint8_t *fixupContent = &inAtom->rawContent()[offsetInAtom]; in getPairReferenceInfo()
1024 uint32_t offset = ref->offsetInAtom(); in generateAtomContent()
1192 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations()
1381 ref.offsetInAtom(), in appendSectionRelocations()
1403 if (ref->offsetInAtom() != 0) in isThumbFunction()
DArchHandler.h139 uint32_t offsetInAtom,
155 uint32_t offsetInAtom,
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()
DCompactUnwindPass.cpp400 switch (ref->offsetInAtom()) { in extractCompactUnwindEntry()
/external/llvm-project/lld/include/lld/Core/
DSimple.h126 uint64_t offsetInAtom() const override { return _offsetInAtom; } in offsetInAtom() function
220 uint64_t lhsOffset = lhs->offsetInAtom(); in sortReferences()
221 uint64_t rhsOffset = rhs->offsetInAtom(); in sortReferences()
DReference.h82 virtual uint64_t offsetInAtom() const = 0;
/external/llvm-project/lld/lib/ReaderWriter/YAML/
DReaderWriterYAML.cpp749 _offset(ref->offsetInAtom()), _addend(ref->addend()), in NormalizedReference()
777 uint64_t offsetInAtom() const override { return _offset; } in offsetInAtom() function in llvm::yaml::MappingTraits::NormalizedReference