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

  /external/elfutils/src/libdw/
libdw_findcu.c 79 uint64_t type_sig8 = 0; local
85 debug_types ? &type_sig8 : NULL,
112 newp->type_sig8 = type_sig8;
120 Dwarf_Sig8_Hash_insert (&dbg->sig8_hash, type_sig8, newp);
dwarf_cu_die.c 63 *type_signaturep = cu->type_sig8;
dwarf_nextcu.c 143 uint64_t type_sig8 = read_8ubyte_unaligned_inc (dwarf, bytes); local
154 *type_signaturep = type_sig8;
dwarf_formref_die.c 94 while (cu->type_sig8 != sig);
libdwP.h 300 uint64_t type_sig8; member in struct:Dwarf_CU

Completed in 1883 milliseconds