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