Searched refs:GOTRel (Results 1 - 6 of 6) 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
H A DARMRelocator.cpp230 if (rsym->reserved() & (ReserveGOT | GOTRel))
239 // set GOTRel bit
456 if (rsym->reserved() & (ReserveGOT | GOTRel))
463 // set GOTRel bit
464 rsym->setReserved(rsym->reserved() | GOTRel);
596 else if (rsym->reserved() & ARMRelocator::GOTRel) {
917 (ARMRelocator::ReserveGOT | ARMRelocator::GOTRel))) {
932 (ARMRelocator::ReserveGOT | ARMRelocator::GOTRel))) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp239 if (rsym->reserved() & (ReserveGOT | GOTRel))
256 // set GOTRel bit
257 rsym->setReserved(rsym->reserved() | GOTRel);
271 if (rsym->reserved() & GOTRel)
276 // set GOTRel bit
277 rsym->setReserved(rsym->reserved() | GOTRel);
317 if (rsym->reserved() & GOTRel)
322 // set GOTRel bit
323 rsym->setReserved(rsym->reserved() | GOTRel);
329 if (rsym->reserved() & GOTRel)
[all...]
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
/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
H A DHexagonRelocator.cpp197 if (rsym->reserved() & (ReserveGOT | GOTRel))
214 // set GOTRel bit
215 rsym->setReserved(rsym->reserved() | GOTRel);
382 else if (rsym->reserved() & HexagonRelocator::GOTRel) {
955 & (HexagonRelocator::ReserveGOT | HexagonRelocator::GOTRel))) {
972 & (HexagonRelocator::ReserveGOT | HexagonRelocator::GOTRel))) {

Completed in 128 milliseconds