Searched defs:GOTOffset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp332 int64_t GOTOffset = Value - GOTBase + Addend; local
1211 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); local
1216 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); local
1695 uint64_t GOTOffset = allocateGOTEntries(1); local
1718 uint64_t GOTOffset local
1731 uint64_t GOTOffset = allocateGOTEntries(1); local
1821 uint64_t GOTOffset = allocateGOTEntries(1); local
1837 resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset, uint32_t Type) argument
1846 computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset, uint32_t Type) argument
[all...]

Completed in 104 milliseconds