Searched refs:drs_ds (Results 1 – 3 of 3) sorted by relevance
234 _dwarf_section_free(dbg, &drs->drs_ds); in _dwarf_reloc_section_free()236 if (drs->drs_ds->ds_name) in _dwarf_reloc_section_free()237 free(drs->drs_ds->ds_name); in _dwarf_reloc_section_free()238 free(drs->drs_ds); in _dwarf_reloc_section_free()353 ds = drs->drs_ds; in _dwarf_reloc_section_finalize()414 assert(drs->drs_ds != NULL && drs->drs_ds->ds_size == 0); in _dwarf_reloc_section_gen()416 ds = drs->drs_ds; in _dwarf_reloc_section_gen()521 if (drs->drs_ds) { in _dwarf_reloc_cleanup()522 if (drs->drs_ds->ds_name) in _dwarf_reloc_cleanup()523 free(drs->drs_ds->ds_name); in _dwarf_reloc_cleanup()[all …]
87 assert(drs->drs_ds != NULL && drs->drs_ref != NULL); in dwarf_get_relocation_info()90 *elf_section_index = drs->drs_ds->ds_ndx; in dwarf_get_relocation_info()
377 struct _Dwarf_P_Section *drs_ds; /* Ptr to actual reloc ELF section. */ member