Searched refs:RelOff (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | X86.cpp | 36 int32_t Index, unsigned RelOff) const override; 219 unsigned RelOff) const { in writePlt() 238 write32le(Buf + 7, RelOff); in writePlt() 421 int32_t Index, unsigned RelOff) const override; 430 int32_t Index, unsigned RelOff) const override; 471 unsigned RelOff) const { in writePlt() 488 write32le(Buf + 18, RelOff); in writePlt() 529 unsigned RelOff) const { in writePlt() 546 write32le(Buf + 17, RelOff); in writePlt()
|
| H A D | X86_64.cpp | 36 int32_t Index, unsigned RelOff) const override; 156 unsigned RelOff) const { in writePlt() 560 int32_t Index, unsigned RelOff) const override; 569 int32_t Index, unsigned RelOff) const override; 608 unsigned RelOff) const { in writePlt() 653 unsigned RelOff) const { in writePlt()
|
| H A D | SPARCV9.cpp | 30 int32_t Index, unsigned RelOff) const override; 128 unsigned RelOff) const { in writePlt()
|
| H A D | ARM.cpp | 38 int32_t Index, unsigned RelOff) const override; 220 unsigned RelOff) { in writePltLong() argument 236 unsigned RelOff) const { in writePlt() 251 writePltLong(Buf, GotPltEntryAddr, PltEntryAddr, Index, RelOff); in writePlt()
|
| H A D | Hexagon.cpp | 36 int32_t Index, unsigned RelOff) const override; 276 unsigned RelOff) const { in writePlt()
|
| H A D | AArch64.cpp | 41 int32_t Index, unsigned RelOff) const override; 183 unsigned RelOff) const { in writePlt()
|
| H A D | PPC64.cpp | 111 int32_t Index, unsigned RelOff) const override; 523 unsigned RelOff) const { in writePlt()
|
| H A D | Mips.cpp | 39 int32_t Index, unsigned RelOff) const override; 307 unsigned RelOff) const { in writePlt()
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_segmented_array.h | 153 auto RelOff = Offset % ElementsPerSegment; variable 158 auto AlignedOffset = Base + (RelOff * AlignedElementStorageSize);
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.h | 44 unsigned RelOff) const {} in writePlt() argument
|
| H A D | Relocations.cpp | 372 InputSectionBase &S, uint64_t RelOff) { in isStaticLinkTimeConstant() argument 426 toString(Sym) + getLocation(S, Sym, RelOff)); in isStaticLinkTimeConstant()
|
| H A D | SyntheticSections.cpp | 2332 unsigned RelOff = I.second + PltOff; in writeTo() local 2335 Target->writePlt(Buf + Off, Got, Plt, B->PltIndex, RelOff); in writeTo() 2347 unsigned RelOff = in addEntry() local 2349 Entries.push_back(std::make_pair(&Sym, RelOff)); in addEntry()
|