HomeSort by: relevance | last modified time | path
    Searched refs:cu_offset (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
types.h 28 DEFINE_OFFSET_TYPE (cu_offset, unsigned int);
comp-unit-head.h 58 cu_offset first_die_cu_offset {};
65 cu_offset type_cu_offset_in_tu {};
comp-unit-head.c 136 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset;
195 header->first_die_cu_offset = (cu_offset) (info_ptr - beg_of_comp_unit);
expr.h 234 struct type *get_base_type (cu_offset die_cu_off);
240 void dwarf_call (cu_offset die_cu_off);
call-site.h 141 cu_offset param_cu_off;
expr.c 799 dwarf_expr_context::get_base_type (cu_offset die_cu_off)
816 dwarf_expr_context::dwarf_call (cu_offset die_cu_off)
1908 cu_offset type_die_cu_off = (cu_offset) uoffset;
2210 cu_offset cu_off
2211 = (cu_offset) extract_unsigned_integer (op_ptr, 2, byte_order);
2219 cu_offset cu_off
2220 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
2286 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
2302 cu_offset type_die_cu_off = (cu_offset) uoffset
    [all...]
read.h 359 cu_offset type_offset_in_tu {};
791 struct type *dwarf2_get_die_type (cu_offset die_offset,
819 (cu_offset offset_in_cu, dwarf2_per_cu_data *per_cu,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
types.h 28 DEFINE_OFFSET_TYPE (cu_offset, unsigned int);
unit-head.h 59 cu_offset first_die_offset_in_unit {};
66 cu_offset type_offset_in_tu {};
expr.h 238 struct type *get_base_type (cu_offset die_cu_off);
244 void dwarf_call (cu_offset die_cu_off);
unit-head.c 134 header->type_offset_in_tu = (cu_offset) type_offset;
185 header->first_die_offset_in_unit = (cu_offset) (info_ptr - beg_of_unit);
call-site.h 141 cu_offset param_cu_off;
expr.c 817 dwarf_expr_context::get_base_type (cu_offset die_cu_off)
834 dwarf_expr_context::dwarf_call (cu_offset die_cu_off)
1985 cu_offset type_die_cu_off = (cu_offset) uoffset;
2273 cu_offset cu_off
2274 = (cu_offset) extract_unsigned_integer (op_ptr, 2, byte_order);
2282 cu_offset cu_off
2283 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
2371 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
2387 cu_offset type_die_cu_off = (cu_offset) uoffset
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_die.c 119 offset = at->u[0].u64 + cu->cu_offset;
178 if (offset > cu->cu_offset && offset < cu->cu_next_offset) {
197 if (offset < cu->cu_offset ||
211 if (offset < cu->cu_offset ||
289 *ret_offset = die->die_offset - cu->cu_offset;
295 dwarf_die_CU_offset_range(Dwarf_Die die, Dwarf_Off *cu_offset,
303 if (die == NULL || cu_offset == NULL || cu_length == NULL) {
311 *cu_offset = cu->cu_offset;
362 if (cu->cu_offset == in_cu_header_offset)
    [all...]
libdwarf_nametbl.c 116 if (cu->cu_offset == nt->nt_cu_offset)
189 nt->nt_cu_offset = nt->nt_cu->cu_offset;
libdwarf_arange.c 106 if (cu->cu_offset == as->as_cu_offset)
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 84 uint64_t cu_offset; member in struct:dwo_info
1172 uint64_t cu_offset,
1477 printf ("DW_OP_call2: <%#" PRIx64 ">", svalue + cu_offset);
1483 printf ("DW_OP_call4: <%#" PRIx64 ">", svalue + cu_offset);
1587 cu_offset, section))
1598 cu_offset + uvalue);
1610 printf (" <%#" PRIx64 ">", cu_offset + uvalue);
1620 printf (" <%#" PRIx64 ">", cu_offset + uvalue);
1627 uvalue ? cu_offset + uvalue : uvalue);
1635 uvalue ? cu_offset + uvalue : uvalue)
3132 cu_offset); local
3164 add_dwo_dir (fetch_indirect_string (uvalue), cu_offset); local
3167 add_dwo_dir (fetch_alt_indirect_string (uvalue), cu_offset); local
3170 add_dwo_dir (fetch_indirect_line_string (uvalue), cu_offset); local
3949 uint64_t cu_offset; local
4024 uint64_t cu_offset; local
6787 uint64_t cu_offset; local
6932 uint64_t cu_offset; local
7149 uint64_t cu_offset; local
10791 uint64_t cu_offset; local
11225 uint64_t cu_offset = byte_get_little_endian (cu_list + i * 16, 8); local
    [all...]
dwarf.h 172 uint64_t cu_offset; member in struct:__anon9893
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 81 uint64_t cu_offset; member in struct:dwo_info
1171 uint64_t cu_offset,
1476 printf ("DW_OP_call2: <%#" PRIx64 ">", svalue + cu_offset);
1482 printf ("DW_OP_call4: <%#" PRIx64 ">", svalue + cu_offset);
1586 cu_offset, section))
1597 cu_offset + uvalue);
1609 printf (" <%#" PRIx64 ">", cu_offset + uvalue);
1619 printf (" <%#" PRIx64 ">", cu_offset + uvalue);
1626 uvalue ? cu_offset + uvalue : uvalue);
1634 uvalue ? cu_offset + uvalue : uvalue)
3098 add_dwo_dir (fetch_alt_indirect_string (uvalue), cu_offset); local
3873 uint64_t cu_offset; local
3951 uint64_t cu_offset; local
6715 uint64_t cu_offset; local
6860 uint64_t cu_offset; local
7077 uint64_t cu_offset; local
10701 uint64_t cu_offset; local
11135 uint64_t cu_offset = byte_get_little_endian (cu_list + i * 16, 8); local
    [all...]
dwarf.h 172 uint64_t cu_offset; member in struct:__anon11375
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.h 240 int64_t cu_offset; member in class:Dwarf_cnt
314 uint64_t cu_offset; member in class:DwrCU
DwarfLib.cc 1550 cu_offset = dwarf->debug_infoSec->offset;
1551 debug_infoSec = new DwrSec (dwarf->debug_infoSec, cu_offset);
1600 (long long) cu_offset, (long long) cu_offset,
1753 atf->u.offset = debug_infoSec->Get_8 () + cu_offset;
1756 atf->u.offset = debug_infoSec->Get_16 () + cu_offset;
1759 atf->u.offset = debug_infoSec->Get_32 () + cu_offset;
1762 atf->u.offset = debug_infoSec->Get_64 () + cu_offset;
1765 atf->u.offset = debug_infoSec->GetULEB128 () + cu_offset;
1912 (long long) cu_offset, (long long) dwrTag.tag)
    [all...]
Dwarf.cc 95 cu_offset = 0;
621 (long long) dwrCUs->size (), (long long) dwrCU->cu_offset,
722 (long long) module->hdrOffset, (long long) dwrCU->cu_offset,
728 ctx.cu_offset = dwrCU->cu_offset; // CU header offset;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.h 240 int64_t cu_offset; member in class:Dwarf_cnt
314 uint64_t cu_offset; member in class:DwrCU
DwarfLib.cc 1550 cu_offset = dwarf->debug_infoSec->offset;
1551 debug_infoSec = new DwrSec (dwarf->debug_infoSec, cu_offset);
1600 (long long) cu_offset, (long long) cu_offset,
1753 atf->u.offset = debug_infoSec->Get_8 () + cu_offset;
1756 atf->u.offset = debug_infoSec->Get_16 () + cu_offset;
1759 atf->u.offset = debug_infoSec->Get_32 () + cu_offset;
1762 atf->u.offset = debug_infoSec->Get_64 () + cu_offset;
1765 atf->u.offset = debug_infoSec->GetULEB128 () + cu_offset;
1912 (long long) cu_offset, (long long) dwrTag.tag)
    [all...]

Completed in 89 milliseconds

1 2