Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp133 Target &target, const Address &resolved_addr, addr_t symbol_offset) const { in GetInstructionAtAddress()
135 auto loop_count = symbol_offset / 2; in GetInstructionAtAddress()
H A DArchitectureMips.h39 lldb::addr_t symbol_offset) const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp180 const addr_t symbol_offset = in DumpStopContext() local
185 s->Printf("+%" PRIu64 ">", symbol_offset); in DumpStopContext()
186 } else if (symbol_offset) { in DumpStopContext()
188 s->Printf(" + %" PRIu64, symbol_offset); in DumpStopContext()
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2608 lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize; in ParsePLTRelocations() local
2609 if (!symbol.Parse(symtab_data, &symbol_offset)) in ParsePLTRelocations()