Searched defs:r_sym (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp494 ElfXX_Word r_sym = 0; local
509 r_sym = 0;
511 r_sym = static_cast<ElfXX_Word>(
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
536 ElfXX_Word r_sym = 0; local
551 r_sym = 0;
553 r_sym = static_cast<ElfXX_Word>(
557 *rel, relocation->type(), r_sym, r_offset, relocation->addend());
H A DELFReader.cpp214 uint32_t r_sym = 0x0; local
218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
222 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
224 fatal(diag::err_cannot_read_symbol) << r_sym << pInput.path();
243 uint32_t r_sym = 0x0; local
246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
249 LDSymbol* symbol = pInput.context()->getSymbol(r_sym);
251 fatal(diag::err_cannot_read_symbol) << r_sym << pInput.path();
709 uint32_t r_sym = 0x0; local
713 .readRelocation(relaTab[idx], r_type, r_sym, r_offse
738 uint32_t r_sym = 0x0; local
[all...]

Completed in 8 milliseconds