Searched refs:reloc_symbol (Results 1 – 1 of 1) sorted by relevance
2589 reloc_info_fn reloc_symbol; in ParsePLTRelocations() local2593 reloc_symbol = ELFRelocation::RelocSymbol32; in ParsePLTRelocations()2596 reloc_symbol = ELFRelocation::RelocSymbol64; in ParsePLTRelocations()2608 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations()2799 reloc_info_fn reloc_symbol; in ApplyRelocations() local2803 reloc_symbol = ELFRelocation::RelocSymbol32; in ApplyRelocations()2806 reloc_symbol = ELFRelocation::RelocSymbol64; in ApplyRelocations()2837 symbol = symtab->FindSymbolByID(reloc_symbol(rel)); in ApplyRelocations()2858 reloc_symbol(rel)); in ApplyRelocations()