Home
last modified time | relevance | path

Searched refs:reloc_symbol (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2435 reloc_info_fn reloc_symbol; in ParsePLTRelocations() local
2439 reloc_symbol = ELFRelocation::RelocSymbol32; in ParsePLTRelocations()
2442 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()
2454 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations()
2563 reloc_info_fn reloc_symbol; in ApplyRelocations() local
2567 reloc_symbol = ELFRelocation::RelocSymbol32; in ApplyRelocations()
2570 reloc_symbol = ELFRelocation::RelocSymbol64; in ApplyRelocations()
2598 symbol = symtab->FindSymbolByID(reloc_symbol(rel)); in ApplyRelocations()
2613 symbol = symtab->FindSymbolByID(reloc_symbol(rel)); in ApplyRelocations()