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

  /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,
  /frameworks/compile/mclinker/lib/Target/X86/
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,

Completed in 50 milliseconds