HomeSort by: relevance | last modified time | path
    Searched defs:type_offset_in_tu (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 527 cu_offset type_offset_in_tu; local
532 type_offset_in_tu
539 sig_type->type_offset_in_tu = type_offset_in_tu;
read.c 326 cu_offset type_offset_in_tu; member in struct:dwo_unit
3455 dwo_tu->type_offset_in_tu = header.type_cu_offset_in_tu;
3543 == to_underlying (dwo_entry->type_offset_in_tu)));
3553 sig_entry->type_offset_in_tu = dwo_entry->type_offset_in_tu;
3851 dwo_unit->type_offset_in_tu = cu->header.type_cu_offset_in_tu;
3856 = dwo_unit->sect_off + to_underlying (dwo_unit->type_offset_in_tu);
4099 gdb_assert (sig_type->type_offset_in_tu
4109 this_cu->sect_off + to_underlying (sig_type->type_offset_in_tu);
5118 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-gdb-index.c 506 cu_offset type_offset_in_tu; local
511 type_offset_in_tu
518 sig_type->type_offset_in_tu = type_offset_in_tu;
read.c 325 cu_offset type_offset_in_tu; member in struct:dwo_unit
3444 dwo_tu->type_offset_in_tu = header.type_cu_offset_in_tu;
3532 == to_underlying (dwo_entry->type_offset_in_tu)));
3542 sig_entry->type_offset_in_tu = dwo_entry->type_offset_in_tu;
3839 dwo_unit->type_offset_in_tu = cu->header.type_cu_offset_in_tu;
3844 = dwo_unit->sect_off + to_underlying (dwo_unit->type_offset_in_tu);
4086 gdb_assert (sig_type->type_offset_in_tu
4096 this_cu->sect_off + to_underlying (sig_type->type_offset_in_tu);
5028 sig_type->type_offset_in_tu = cu_header.type_cu_offset_in_tu
    [all...]

Completed in 34 milliseconds