/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86_64.cpp | 147 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 …]
|
D | ArchHandler_x86.cpp | 90 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()
|
D | ArchHandler_arm64.cpp | 139 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()
|
D | MachONormalizedFileToAtoms.cpp | 611 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 …]
|
D | ArchHandler_arm.cpp | 84 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()
|
D | ArchHandler.h | 139 uint32_t offsetInAtom, 155 uint32_t offsetInAtom,
|
D | MachONormalizedFileFromAtoms.cpp | 1400 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()
|
D | CompactUnwindPass.cpp | 400 switch (ref->offsetInAtom()) { in extractCompactUnwindEntry()
|
/external/llvm-project/lld/include/lld/Core/ |
D | Simple.h | 126 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()
|
D | Reference.h | 82 virtual uint64_t offsetInAtom() const = 0;
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 749 _offset(ref->offsetInAtom()), _addend(ref->addend()), in NormalizedReference() 777 uint64_t offsetInAtom() const override { return _offset; } in offsetInAtom() function in llvm::yaml::MappingTraits::NormalizedReference
|