HomeSort by relevance Sort by last modified time
    Searched refs:type_sig8 (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libdw/
libdw_findcu.c 77 uint64_t type_sig8 = 0; local
83 debug_types ? &type_sig8 : NULL,
110 newp->type_sig8 = type_sig8;
118 Dwarf_Sig8_Hash_insert (&dbg->sig8_hash, type_sig8, newp);
dwarf_cu_die.c 57 *type_signaturep = cu->type_sig8;
dwarf_nextcu.c 136 uint64_t type_sig8 = read_8ubyte_unaligned_inc (dwarf, bytes); local
147 *type_signaturep = type_sig8;
dwarf_formref_die.c 92 while (cu->type_sig8 != sig);
libdwP.h 297 uint64_t type_sig8; member in struct:Dwarf_CU

Completed in 68 milliseconds