Home | History | Annotate | Download | only in X86

Lines Matching full:relocation

229 void X86GNULDBackend::updateAddend(Relocation& pReloc,
240 void X86GNULDBackend::scanLocalReloc(Relocation& pReloc,
246 // rsym - The relocation target symbol
285 void X86GNULDBackend::scanGlobalReloc(Relocation& pReloc,
291 // rsym - The relocation target symbol
296 // Absolute relocation type, symbol may needs PLT entry or
297 // dynamic relocation entry
308 // and the corresponding GOT and dynamic relocation entry
319 // symbol needs dynamic relocation entry, reserve an entry in .rel.dyn
358 // and the corresponding GOT and dynamic relocation entry
376 // relocation is needed to relocate this GOT entry. Reserve an
406 void X86GNULDBackend::scanRelocation(Relocation& pReloc,
412 // rsym - The relocation target symbol
414 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
416 // Scan relocation type to determine if an GOT/PLT/Dynamic Relocation
419 // FIXME: Below judgements concren nothing about TLS related relocation