Searched refs:stubHelper (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/MachO/Arch/ |
| H A D | X86_64.cpp | 153 writeRipRelative(d, buf, in.stubHelper->addr, 7, in writeStubHelperHeader() 155 writeRipRelative(d, buf, in.stubHelper->addr, 0xf, in writeStubHelperHeader() 157 in.stubHelper->stubBinder->gotIndex * LP64::wordSize); in writeStubHelperHeader() 170 sizeof(stubHelperEntry), in.stubHelper->addr); in writeStubHelperEntry()
|
| H A D | ARM64Common.h | 123 return pageBits(in.stubHelper->addr + i * sizeof(uint32_t)); in writeStubHelperHeader() 132 in.got->addr + in.stubHelper->stubBinder->gotIndex * LP::wordSize; in writeStubHelperHeader() 144 uint64_t stubHelperHeaderVA = in.stubHelper->addr; in writeStubHelperEntry()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | OutputSegment.cpp | 90 .Case(section_names::stubHelper, -1) in sectionOrder()
|
| H A D | InputSection.h | 333 constexpr const char stubHelper[] = "__stub_helper"; variable
|
| H A D | Writer.cpp | 1175 if (in.stubHelper->isNeeded()) in run() 1176 in.stubHelper->setup(); in run() 1225 in.stubHelper = make<StubHelperSection>(); in createSyntheticSections()
|
| H A D | SyntheticSections.cpp | 669 : SyntheticSection(segment_names::text, section_names::stubHelper) { in StubHelperSection() 741 write64le(buf + off, in.stubHelper->addr + stubHelperOffset); in writeTo() 1083 if (Defined *dyldPrivate = in.stubHelper->dyldPrivate) in finalizeContents()
|
| H A D | SyntheticSections.h | 637 StubHelperSection *stubHelper = nullptr; member
|