Searched refs:symbol_offset (Results 1 – 4 of 4) sorted by relevance
133 Target &target, const Address &resolved_addr, addr_t symbol_offset) const { in GetInstructionAtAddress()135 auto loop_count = symbol_offset / 2; in GetInstructionAtAddress()
39 lldb::addr_t symbol_offset) const;
180 const addr_t symbol_offset = in DumpStopContext() local185 s->Printf("+%" PRIu64 ">", symbol_offset); in DumpStopContext()186 } else if (symbol_offset) { in DumpStopContext()188 s->Printf(" + %" PRIu64, symbol_offset); in DumpStopContext()
2608 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations() local2609 if (!symbol.Parse(symtab_data, &symbol_offset)) in ParsePLTRelocations()