Searched refs:fixupAddress (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp91 uint64_t fixupAddress, bool swap,
102 uint64_t fixupAddress, bool swap, bool scatterable,
164 uint64_t fixupAddress, uint64_t targetAddress,
168 uint64_t fixupAddress,
254 uint64_t fixupAddress, bool swap,
269 *addend = fixupAddress + 4 + (int32_t)*(const little32_t *)fixupContent;
275 fixupAddress + 4 + (int32_t) * (const little32_t *)fixupContent;
282 fixupAddress + 4 + (int32_t) * (const little32_t *)fixupContent;
292 *addend = fixupAddress + 2 + (int16_t)*(const little16_t *)fixupContent;
298 fixupAddress
251 getReferenceInfo(const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
348 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
426 uint64_t fixupAddress = atomAddress + offset; local
439 applyFixupFinal(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress) argument
481 applyFixupRelocatable(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress) argument
[all...]
H A DArchHandler_x86_64.cpp148 uint64_t fixupAddress, bool swap,
159 uint64_t fixupAddress, bool swap, bool scatterable,
251 uint64_t fixupAddress, uint64_t targetAddress,
256 uint64_t fixupAddress,
399 uint64_t fixupAddress, bool swap,
433 targetAddress = fixupAddress + 4 + *(const little32_t *)fixupContent;
436 targetAddress = fixupAddress + 5 + *(const little32_t *)fixupContent;
439 targetAddress = fixupAddress + 6 + *(const little32_t *)fixupContent;
442 targetAddress = fixupAddress + 8 + *(const little32_t *)fixupContent;
477 uint64_t fixupAddress, boo
396 getReferenceInfo(const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
473 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
560 uint64_t fixupAddress = atomAddress + offset; local
573 applyFixupFinal( const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, uint64_t imageBaseAddress, FindAddressForAtom findSectionAddress) argument
[all...]
H A DArchHandler_arm64.cpp140 uint64_t fixupAddress, bool isBig,
151 uint64_t fixupAddress, bool isBig, bool scatterable,
220 uint64_t fixupAddress, uint64_t targetAddress,
225 uint64_t fixupAddress, uint64_t targetAddress,
379 uint64_t fixupAddress, bool isBig,
474 const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress,
571 uint64_t fixupAddress = atomAddress + offset; local
573 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress,
576 applyFixupFinal(*ref, &atomContentBuffer[offset], fixupAddress,
584 uint64_t fixupAddress,
377 getReferenceInfo( const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
472 getPairReferenceInfo( const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
583 applyFixupFinal(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, uint64_t imageBaseAddress, FindAddressForAtom findSectionAddress) argument
[all...]
H A DArchHandler_arm.cpp85 uint64_t fixupAddress, bool swap,
96 uint64_t fixupAddress, bool swap, bool scatterable,
201 uint64_t fixupAddress, uint64_t targetAddress,
206 uint64_t fixupAddress,
526 uint64_t fixupAddress, bool isBig,
544 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress);
545 *addend = fixupAddress + 4 + displacement;
553 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress);
554 targetAddress = fixupAddress + 4 + displacement;
562 displacement = getDisplacementFromThumbBranch(instruction, fixupAddress);
524 getReferenceInfo( const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
636 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool isBig, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
904 applyFixupFinal(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, bool &thumbMode, bool targetIsThumb) argument
1033 uint64_t fixupAddress = atomAddress + offset; local
1066 applyFixupRelocatable(const Reference &ref, uint8_t *loc, uint64_t fixupAddress, uint64_t targetAddress, uint64_t inAtomAddress, bool &thumbMode, bool targetIsThumb) argument
[all...]
H A DArchHandler.h140 uint64_t fixupAddress, bool isBigEndian,
156 uint64_t fixupAddress, bool isBig, bool scatterable,
H A DMachONormalizedFileToAtoms.cpp616 uint64_t fixupAddress = section.address + reloc.offset; local
625 reloc, reloc2, inAtom, offsetInAtom, fixupAddress, isBig, scatterable,
661 reloc, inAtom, offsetInAtom, fixupAddress, isBig, atomByAddr,

Completed in 111 milliseconds