Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1312 reloc_info_fn reloc_symbol; in ParsePLTRelocations() local
1317 reloc_symbol = ELFRelocation::RelocSymbol32; in ParsePLTRelocations()
1322 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()
1335 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations()