Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp132 Target &target, const Address &resolved_addr, addr_t symbol_offset) const { in GetInstructionAtAddress()
134 auto loop_count = symbol_offset / 2; in GetInstructionAtAddress()
H A DArchitectureMips.h39 lldb::addr_t symbol_offset) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp186 const addr_t symbol_offset = in DumpStopContext() local
191 s->Printf("+%" PRIu64 ">", symbol_offset); in DumpStopContext()
192 } else if (symbol_offset) { in DumpStopContext()
194 s->Printf(" + %" PRIu64, symbol_offset); in DumpStopContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2572 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations() local
2573 if (!symbol.Parse(symtab_data, &symbol_offset)) in ParsePLTRelocations()