Searched refs:stubCode (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/MachO/Arch/ |
H A D | ARM64_32.cpp | 66 static constexpr uint32_t stubCode[] = { variable 74 ::writeStub(buf8, stubCode, sym, pointerVA); in writeStub() 116 stubSize = sizeof(stubCode); in ARM64_32()
|
H A D | ARM64Common.h | 110 inline void writeStub(uint8_t *buf8, const uint32_t stubCode[3], in writeStub() 117 encodePage21(&buf32[0], d, stubCode[0], pageBits(pointerVA) - pcPageBits); in writeStub() 118 encodePageOff12(&buf32[1], d, stubCode[1], pointerVA); in writeStub() 119 buf32[2] = stubCode[2]; in writeStub()
|
H A D | ARM64.cpp | 78 static constexpr uint32_t stubCode[] = { 86 ::writeStub(buf8, stubCode, sym, pointerVA); 161 // A thunk is the relaxed variation of stubCode. We don't need the 217 stubSize = sizeof(stubCode); 73 static constexpr uint32_t stubCode[] = { global() variable
|