Home
last modified time | relevance | path

Searched refs:lazyPointer (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86.cpp157 lazyPointer, /// Location contains a lazy pointer. enumerator
188 LLD_KIND_STRING_ENTRY(lazyPointer),
198 { Reference::KindArch::x86, lazyPointer, 0, 0 },
469 case lazyPointer: in applyFixupFinal()
520 case lazyPointer: in applyFixupRelocatable()
628 case lazyPointer: in appendSectionRelocations()
DArchHandler_arm64.cpp205 lazyPointer, /// Location contains a lazy pointer. enumerator
256 LLD_KIND_STRING_ENTRY(lazyPointer),
272 { Reference::KindArch::AArch64, lazyPointer, 0, 0 },
665 case lazyPointer: in applyFixupFinal()
759 case lazyPointer: in applyFixupRelocatable()
873 case lazyPointer: in appendSectionRelocations()
DArchHandler_x86_64.cpp234 lazyPointer, /// Location contains a lazy pointer. enumerator
278 LLD_KIND_STRING_ENTRY(lazyPointer),
301 { Reference::KindArch::x86_64, lazyPointer, 0, 0 },
633 case lazyPointer: in applyFixupFinal()
743 case lazyPointer: in applyFixupRelocatable()
879 case lazyPointer: in appendSectionRelocations()
DArchHandler_arm.cpp176 lazyPointer, /// Location contains a lazy pointer. enumerator
235 LLD_KIND_STRING_ENTRY(lazyPointer),
245 { Reference::KindArch::ARM, lazyPointer, 0, 0 },
346 if (ref2->kindValue() != lazyPointer) in stubName()
1000 case lazyPointer: in applyFixupFinal()
1171 case lazyPointer: in applyFixupRelocatable()
1384 case lazyPointer: in appendSectionRelocations()