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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp332 int64_t GOTOffset = Value - GOTBase + Addend; local
1218 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); local
1223 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); local
1702 uint64_t GOTOffset = allocateGOTEntries(1); local
1725 uint64_t GOTOffset local
1738 uint64_t GOTOffset = allocateGOTEntries(1); local
1828 uint64_t GOTOffset = allocateGOTEntries(1); local
1844 resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset, uint32_t Type) argument
1853 computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset, uint32_t Type) argument
[all...]

Completed in 48 milliseconds