Home
last modified time | relevance | path

Searched refs:loc64 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp581 ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc); in applyFixupFinal() local
593 *loc64 = targetAddress + ref.addend(); in applyFixupFinal()
596 *loc64 = targetAddress - findSectionAddress(*ref.target()) + ref.addend(); in applyFixupFinal()
617 *loc64 = targetAddress - fixupAddress + ref.addend(); in applyFixupFinal()
626 *loc64 = fixupAddress - targetAddress + ref.addend(); in applyFixupFinal()
665 ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc); in applyFixupRelocatable() local
679 *loc64 = ref.addend(); in applyFixupRelocatable()
682 *loc64 = targetAddress + ref.addend(); in applyFixupRelocatable()
719 *loc64 = ref.addend() + inAtomAddress - fixupAddress; in applyFixupRelocatable()
732 *loc64 = (targetAddress + ref.addend()) - (fixupAddress - inAtomAddress); in applyFixupRelocatable()
[all …]
DArchHandler_arm64.cpp593 ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc); in applyFixupFinal() local
651 *loc64 = targetAddress + ref.addend(); in applyFixupFinal()
655 *loc64 = (targetAddress - fixupAddress) + ref.addend(); in applyFixupFinal()
699 ulittle64_t *loc64 = reinterpret_cast<ulittle64_t *>(loc); in applyFixupRelocatable() local
720 *loc64 = targetAddress + ref.addend(); in applyFixupRelocatable()
722 *loc64 = ref.addend(); in applyFixupRelocatable()
725 *loc64 = ref.addend() + inAtomAddress - fixupAddress; in applyFixupRelocatable()
732 *loc64 = targetAddress - fixupAddress; in applyFixupRelocatable()
745 *loc64 = 0; in applyFixupRelocatable()