Home
last modified time | relevance | path

Searched defs:file_addr (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDAddressRange.cpp32 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange()
69 addr_t file_addr = addr.GetFileAddress(); in ContainsFileAddress() local
HDSection.cpp155 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section()
177 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section()
214 bool Section::SetFileAddress(lldb::addr_t file_addr) { in SetFileAddress()
277 const addr_t file_addr = GetFileAddress(); in ContainsFileAddress() local
HDAddress.cpp247 bool Address::ResolveAddressUsingFileSections(addr_t file_addr, in ResolveAddressUsingFileSections()
441 addr_t file_addr = GetFileAddress(); in Dump() local
HDValue.cpp679 lldb::addr_t file_addr = GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in ConvertToLoadAddress() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDLineTable.cpp27 void LineTable::InsertLineEntry(lldb::addr_t file_addr, uint32_t line, in InsertLineEntry()
58 LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, in AppendLineEntryToSequence()
250 addr_t file_addr = entry.file_addr; in ConvertEntryAtIndexToLineEntry() local
HDUnwindTable.cpp120 addr_t file_addr = addr.GetFileAddress(); in GetFuncUnwindersContainingAddress() local
HDSymtab.cpp820 const addr_t file_addr; member
943 Symbol *Symtab::FindSymbolAtFileAddress(addr_t file_addr) { in FindSymbolAtFileAddress()
958 Symbol *Symtab::FindSymbolContainingFileAddress(addr_t file_addr) { in FindSymbolContainingFileAddress()
975 addr_t file_addr, std::function<bool(Symbol *)> const &callback) { in ForEachSymbolContainingFileAddress()
HDArmUnwindInfo.cpp59 lldb::addr_t file_addr = exidx_base_addr + offset; in ArmUnwindInfo() local
HDVariable.cpp464 const addr_t file_addr = address.GetFileAddress(); in DumpLocationForAddress() local
HDObjectFile.cpp314 AddressClass ObjectFile::GetAddressClass(addr_t file_addr) { in GetAddressClass()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBSection.cpp127 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; in GetFileAddress() local
281 const addr_t file_addr = section_sp->GetFileAddress(); in GetDescription() local
HDSBTarget.cpp623 lldb::SBAddress SBTarget::ResolveFileAddress(lldb::addr_t file_addr) { in ResolveFileAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDObjectFileBreakpad.h72 AddressClass GetAddressClass(lldb::addr_t file_addr) override { in GetAddressClass()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineTable.h273 lldb::addr_t file_addr; member
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectDisassemble.cpp402 lldb::addr_t file_addr = m_options.symbol_containing_addr; in DoExecute() local
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
HDrcopy.c63 static void *file_addr; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp448 bool DWARFExpression::Update_DW_OP_addr(lldb::addr_t file_addr) { in Update_DW_OP_addr()
1032 auto file_addr = stack.back().GetScalar().ULongLong( in Evaluate() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp320 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); in InitOSO() local
328 lldb::addr_t file_addr = symbol->GetAddressRef().GetFileAddress(); in InitOSO() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp704 AddressClass ObjectFileELF::GetAddressClass(addr_t file_addr) { in GetAddressClass()
2884 lldb::addr_t file_addr, uint32_t size, dw_offset_t) { in ParseUnwindSymbols()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp402 Target::CreateAddressInModuleBreakpoint(lldb::addr_t file_addr, bool internal, in CreateAddressInModuleBreakpoint()
1728 addr_t file_addr = LLDB_INVALID_ADDRESS; in ReadMemory() local
2740 bool Target::ResolveFileAddress(lldb::addr_t file_addr, in ResolveFileAddress()
/freebsd-11-stable/contrib/ofed/librdmacm/
HDpreload.c1155 void *file_addr; in sendfile() local
/freebsd-11-stable/sys/kern/
HDimgact_elf.c540 vm_ooffset_t file_addr; in __elfN() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp1917 lldb::addr_t file_addr = fun_address.GetFileAddress(); in AddOneFunction() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp962 lldb::addr_t file_addr = addr.GetFileAddress(); in ResolveSymbolContext() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1397 auto file_addr = section->GetFileAddress() + offset; in AddSymbols() local

12