| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86_64.cpp | 148 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 D | ArchHandler_x86.cpp | 91 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 D | ArchHandler_arm64.cpp | 140 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 D | MachONormalizedFileToAtoms.cpp | 610 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 D | ArchHandler_arm.cpp | 85 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 D | ArchHandler.h | 140 uint32_t offsetInAtom, 156 uint32_t offsetInAtom,
|
| H A 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()
|
| H A D | CompactUnwindPass.cpp | 404 switch (ref->offsetInAtom()) { in extractCompactUnwindEntry()
|
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/ |
| H A D | Simple.h | 127 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 D | Reference.h | 83 virtual uint64_t offsetInAtom() const = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/ |
| H A D | ReaderWriterYAML.cpp | 750 _offset(ref->offsetInAtom()), _addend(ref->addend()), in NormalizedReference() 778 uint64_t offsetInAtom() const override { return _offset; } in offsetInAtom() function in llvm::yaml::MappingTraits::NormalizedReference
|