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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h40 * separate GOT to two situations: GOT and GOTRel. Besides, for the same
46 * | PLT | GOTRel | GOT | Rel |
55 * 0100 GOTRel - reserve an GOT entry and the corresponding Dyncamic
57 * 0101 GOTRelandRel - For different relocation, we've reserved GOTRel
69 GOTRel = 4, enumerator in enum:mcld::ARMRelocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h49 * separate GOT to two situations: GOT and GOTRel. Besides, for the same
55 * | PLT | GOTRel | GOT | Rel |
64 * 0100 GOTRel - reserve an GOT entry and the corresponding Dyncamic
66 * 0101 GOTRelandRel - For different relocation, we've reserved GOTRel
78 GOTRel = 4, enumerator in enum:mcld::HexagonRelocator::ReservedEntryType
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h43 * separate GOT to two situations: GOT and GOTRel. Besides, for the same
49 * | PLT | GOTRel | GOT | Rel |
58 * 0100 GOTRel - reserve an GOT entry and the corresponding Dyncamic
60 * 0101 GOTRelandRel - For different relocation, we've reserved GOTRel
72 GOTRel = 4, enumerator in enum:mcld::X86Relocator::ReservedEntryType

Completed in 165 milliseconds