HomeSort by relevance Sort by last modified time
    Searched refs:GOTRel (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 448 if (rsym->reserved() & (ReserveGOT | GOTRel))
465 // set GOTRel bit
466 rsym->setReserved(rsym->reserved() | GOTRel);
480 if (rsym->reserved() & GOTRel)
485 // set GOTRel bit
486 rsym->setReserved(rsym->reserved() | GOTRel);
526 if (rsym->reserved() & GOTRel)
531 // set GOTRel bit
532 rsym->setReserved(rsym->reserved() | GOTRel);
538 if (rsym->reserved() & GOTRel)
    [all...]
X86Relocator.cpp 146 else if (rsym->reserved() & X86GNULDBackend::GOTRel) {
374 & (X86GNULDBackend::ReserveGOT |X86GNULDBackend::GOTRel))) {
406 if (!(rsym->reserved() & X86GNULDBackend::GOTRel)) {
493 if (!(rsym->reserved() & X86GNULDBackend::GOTRel)) {
532 if (!(rsym->reserved() & X86GNULDBackend::GOTRel)) {
698 else if (rsym->reserved() & X86GNULDBackend::GOTRel) {
888 & (X86GNULDBackend::ReserveGOT |X86GNULDBackend::GOTRel))) {
X86LDBackend.h 39 * separate GOT to two situations: GOT and GOTRel. Besides, for the same
45 * | PLT | GOTRel | GOT | Rel |
54 * 0100 GOTRel - reserve an GOT entry and the corresponding Dyncamic
56 * 0101 GOTRelandRel - For different relocation, we've reserved GOTRel
68 GOTRel = 4,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 55 * separate GOT to two situations: GOT and GOTRel. Besides, for the same
61 * | PLT | GOTRel | GOT | Rel |
70 * 0100 GOTRel - reserve an GOT entry and the corresponding Dyncamic
72 * 0101 GOTRelandRel - For different relocation, we've reserved GOTRel
84 GOTRel = 4,