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

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

Completed in 50 milliseconds