Searched refs:applyFixupRelocatable (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86.cpp | 167 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 428 applyFixupRelocatable(*ref, &atomContentBuffer[offset], in generateAtomContent() 481 void ArchHandler_x86::applyFixupRelocatable(const Reference &ref, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_x86
|
D | ArchHandler_arm64.cpp | 224 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 573 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent() 689 void ArchHandler_arm64::applyFixupRelocatable(const Reference &ref, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_arm64
|
D | ArchHandler_x86_64.cpp | 255 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 562 applyFixupRelocatable(*ref, &atomContentBuffer[offset], in generateAtomContent() 656 void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_x86_64
|
D | ArchHandler_arm.cpp | 205 void applyFixupRelocatable(const Reference &ref, uint8_t *location, 1035 applyFixupRelocatable(*ref, &atomContentBuffer[offset], fixupAddress, in generateAtomContent() 1066 void ArchHandler_arm::applyFixupRelocatable(const Reference &ref, uint8_t *loc, in applyFixupRelocatable() function in lld::mach_o::ArchHandler_arm
|