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

  /external/elfutils/libdw/
dwarf_setalt.c 42 INTUSE(dwarf_end) (main->alt_dwarf);
47 main->alt_dwarf = alt;
dwarf_getalt.c 155 dbg->alt_dwarf = alt;
167 if (main == NULL || main->alt_dwarf == (void *) -1)
170 if (main->alt_dwarf != NULL)
171 return main->alt_dwarf;
176 if (main->alt_dwarf == NULL)
178 main->alt_dwarf = (void *) -1;
182 return main->alt_dwarf;
dwarf_end.c 133 INTUSE(dwarf_end) (dwarf->alt_dwarf);
libdwP.h 161 Dwarf *alt_dwarf; member in struct:Dwarf
172 /* If >= 0, we allocated the alt_dwarf ourselves and must end it and
    [all...]

Completed in 79 milliseconds