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

  /external/elfutils/src/libdw/
dwarf_formref_die.c 96 datap = cu->dbg->sectiondata[IDX_debug_types]->d_buf;
97 size = cu->dbg->sectiondata[IDX_debug_types]->d_size;
dwarf_offdie.c 46 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types
dwarf_nextcu.c 53 const size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info;
libdw_findcu.c 99 ? IDX_debug_types : IDX_debug_info];
libdwP.h 74 IDX_debug_types,
724 return cu->type_offset == 0 ? IDX_debug_info : IDX_debug_types;
dwarf_begin_elf.c 59 [IDX_debug_types] = ".debug_types",

Completed in 140 milliseconds