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

  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp 119 // rsym - The relocation target symbol
120 ResolveInfo* rsym = pReloc.symInfo(); local
124 GOTEntry& got_entry = *ld_backend.getGOT().getEntry(*rsym, exist);
127 if (rsym->reserved() & X86GNULDBackend::ReserveGOT) {
131 else if (rsym->reserved() & X86GNULDBackend::GOTRel) {
134 *ld_backend.getRelDyn().getEntry(*rsym, true, exist);
136 if(helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
145 rel_entry.setSymInfo(rsym);
178 // rsym - The relocation target symbol
179 ResolveInfo* rsym = pReloc.symInfo() local
229 ResolveInfo* rsym = pReloc.symInfo(); local
262 ResolveInfo* rsym = pReloc.symInfo(); local
    [all...]
X86LDBackend.cpp 246 // rsym - The relocation target symbol
247 ResolveInfo* rsym = pReloc.symInfo(); local
263 rsym->setReserved(rsym->reserved() | ReserveRel);
291 // rsym - The relocation target symbol
292 ResolveInfo* rsym = pReloc.symInfo(); local
298 if(isSymbolNeedsPLT(*rsym, pLDInfo, pOutput)) {
300 if(!(rsym->reserved() & ReservePLT)){
314 rsym->setReserved(rsym->reserved() | ReservePLT)
413 ResolveInfo* rsym = pReloc.symInfo(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.cpp 100 // rsym - The relocation target symbol
101 ResolveInfo* rsym = pReloc.symInfo(); local
106 *ld_backend.getRelDyn().getEntry(*rsym, false, exist);
133 const ResolveInfo* rsym = pReloc.symInfo(); local
134 return 0 == strcmp(GP_DISP_NAME, rsym->name());
147 // rsym - The relocation target symbol
148 ResolveInfo* rsym = pReloc.symInfo(); local
152 GOTEntry& got_entry = *ld_backend.getGOT().getEntry(*rsym, exist);
158 if (rsym->reserved() & MipsGNULDBackend::ReserveGot) {
197 ResolveInfo* rsym = pReloc.symInfo() local
228 ResolveInfo* rsym = pReloc.symInfo(); local
309 ResolveInfo* rsym = pReloc.symInfo(); local
    [all...]
MipsLDBackend.cpp 125 // rsym - The relocation target symbol
126 ResolveInfo* rsym = pReloc.symInfo(); local
127 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
132 if (rsym == m_pGOTSymbol->resolveInfo()) {
137 if (rsym->isLocal())
588 ResolveInfo* rsym = pReloc.symInfo(); local
606 rsym->setReserved(rsym->reserved() | ReserveRel);
640 if (!(rsym->reserved() & MipsGNULDBackend::ReserveGot)) {
642 rsym->setReserved(rsym->reserved() | ReserveGot)
685 ResolveInfo* rsym = pReloc.symInfo(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 362 // rsym - The relocation target symbol
363 ResolveInfo* rsym = pReloc.symInfo(); local
384 rsym->setReserved(rsym->reserved() | 0x1u);
399 if(rsym->type() == ResolveInfo::Section) {
414 rsym->setReserved(rsym->reserved() | 0x1u);
434 if(rsym->reserved() & 0x6u)
448 rsym->setReserved(rsym->reserved() | 0x4u)
491 ResolveInfo* rsym = pReloc.symInfo(); local
717 ResolveInfo* rsym = pReloc.symInfo(); local
    [all...]
ARMRelocationFactory.cpp 161 // rsym - The relocation target symbol
162 ResolveInfo* rsym = pReloc.symInfo(); local
166 GOTEntry& got_entry = *ld_backend.getGOT().getEntry(*rsym, exist);
169 if (rsym->reserved() & ARMGNULDBackend::ReserveGOT) {
173 else if (rsym->reserved() & ARMGNULDBackend::GOTRel) {
177 *ld_backend.getRelDyn().getEntry(*rsym, true, exist);
179 if( rsym->isLocal() ||
180 helper_use_relative_reloc(*rsym, pLDInfo, pParent)) {
190 rel_entry.setSymInfo(rsym);
222 // rsym - The relocation target symbo
223 ResolveInfo* rsym = pReloc.symInfo(); local
273 ResolveInfo* rsym = pReloc.symInfo(); local
406 ResolveInfo* rsym = pReloc.symInfo(); local
630 ResolveInfo* rsym = pReloc.symInfo(); local
680 ResolveInfo* rsym = pReloc.symInfo(); local
721 ResolveInfo* rsym = pReloc.symInfo(); local
773 ResolveInfo* rsym = pReloc.symInfo(); local
    [all...]
  /external/elfutils/src/
ldgeneric.c 5188 struct symbol *rsym = ld_state.lscript_syms; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2350 static long rsym, anon_sym, ind, loc; variable
    [all...]

Completed in 283 milliseconds