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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 5117 signatured_type *sig_ptr = sig_type.get ();
5121 void **slot = htab_find_slot (types_htab.get (), sig_ptr, INSERT);
5127 sect_offset_str (sig_ptr->sect_off),
5128 hex_string (sig_ptr->signature));
5129 *slot = sig_ptr;
5111 signatured_type *sig_ptr = sig_type.get (); local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 3683 signatured_type *sig_ptr = sig_type.get ();
3687 auto inserted = sig_types.emplace (sig_ptr).second;
3693 sect_offset_str (sig_ptr->sect_off),
3694 hex_string (sig_ptr->signature));
3679 signatured_type *sig_ptr = sig_type.get (); local

Completed in 32 milliseconds