Searched refs:drs_ds (Results 1 – 3 of 3) sorted by relevance
165 if (_dwarf_section_init(dbg, &drs->drs_ds, name, pseudo, error) != in _dwarf_reloc_section_init()202 _dwarf_section_free(dbg, &drs->drs_ds); in _dwarf_reloc_section_free()204 if (drs->drs_ds->ds_name) in _dwarf_reloc_section_free()205 free(drs->drs_ds->ds_name); in _dwarf_reloc_section_free()206 free(drs->drs_ds); in _dwarf_reloc_section_free()318 assert(dbg != NULL && drs != NULL && drs->drs_ds != NULL && in _dwarf_reloc_section_finalize()321 ds = drs->drs_ds; in _dwarf_reloc_section_finalize()382 assert(drs->drs_ds != NULL && drs->drs_ds->ds_size == 0); in _dwarf_reloc_section_gen()384 ds = drs->drs_ds; in _dwarf_reloc_section_gen()489 if (drs->drs_ds) { in _dwarf_reloc_cleanup()[all …]
84 assert(drs->drs_ds != NULL && drs->drs_ref != NULL); in dwarf_get_relocation_info()87 *elf_section_index = drs->drs_ds->ds_ndx; in dwarf_get_relocation_info()
371 struct _Dwarf_P_Section *drs_ds; /* Ptr to actual reloc ELF section. */ member