Searched defs:cu_offset (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp51 NameToDIE::FindAllEntriesForCompileUnit (uint32_t cu_offset, argument
H A DDWARFDebugArangeSet.h25 uint32_t cu_offset; // The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table. member in struct:DWARFDebugArangeSet::Header
H A DDWARFDebugArangeSet.cpp43 SetHeader( uint16_t version, uint32_t cu_offset, uint8_t addr_size, uint8_t seg_size ) argument
H A DDWARFDebugAranges.cpp72 const dw_offset_t cu_offset = set.GetCompileUnitDIEOffset(); local
H A DDWARFDebugPubnames.cpp97 dw_offset_t cu_offset = cu->GetOffset(); local
227 dw_offset_t cu_offset = cu->GetOffset(); local
H A DDWARFDebugInfo.cpp110 const dw_offset_t cu_offset = cu_aranges.FindAddress (address); local
211 const dw_offset_t cu_offset = ((DWARFCompileUnitSP *)arrmem)->get()->GetOffset(); local
220 DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, uint32_t* idx_ptr) argument
H A DSymbolFileDWARF.cpp2724 const dw_offset_t cu_offset = debug_info->GetCompileUnitAranges().FindAddress(file_vm_addr); local
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddwarf.h76 unsigned long cu_offset; member in struct:__anon286
H A Ddwarf.c1601 unsigned long cu_offset; local
583 decode_location_expression(unsigned char * data, unsigned int pointer_size, unsigned long length, unsigned long cu_offset) argument
927 read_and_display_attr_value(unsigned long attribute, unsigned long form, unsigned char *data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc) argument
1503 read_and_display_attr(unsigned long attribute, unsigned long form, unsigned char *data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc) argument
2377 unsigned long cu_offset; local
[all...]
/freebsd-10.0-release/lib/libdwarf/
H A D_libdwarf.h123 uint64_t cu_offset; /* Offset to the this compilation unit. */ member in struct:_Dwarf_CU

Completed in 326 milliseconds