Home
last modified time | relevance | path

Searched refs:ds_name (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_sections.c46 if ((ds->ds_name = strdup(name)) == NULL) { in _dwarf_section_init()
55 free(ds->ds_name); in _dwarf_section_init()
88 if (ds->ds_name) in _dwarf_section_free()
89 free(ds->ds_name); in _dwarf_section_free()
128 ndx = _dwarf_pro_callback(dbg, ds->ds_name, (int) ds->ds_size, in _dwarf_section_callback()
219 if (ds->ds_name != NULL && !strcmp(ds->ds_name, name)) in _dwarf_find_section()
235 assert(ds->ds_name != NULL); in _dwarf_find_next_types_section()
239 if (ds->ds_name != NULL && in _dwarf_find_next_types_section()
240 !strcmp(ds->ds_name, ".debug_types")) in _dwarf_find_next_types_section()
242 } while (ds->ds_name != NULL); in _dwarf_find_next_types_section()
[all …]
HDlibdwarf_reloc.c150 drs->drs_addend ? ".rela" : ".rel", ref->ds_name); in _dwarf_reloc_section_init()
190 if (drs->drs_ds->ds_name) in _dwarf_reloc_section_free()
191 free(drs->drs_ds->ds_name); in _dwarf_reloc_section_free()
346 ret = _dwarf_pro_callback(dbg, ds->ds_name, size, in _dwarf_reloc_section_finalize()
476 if (drs->drs_ds->ds_name) in _dwarf_reloc_cleanup()
477 free(drs->drs_ds->ds_name); in _dwarf_reloc_cleanup()
HDlibdwarf_init.c86 dbg->dbg_section[i].ds_name = sec.name; in _dwarf_consumer_init()
94 dbg->dbg_section[cnt].ds_name = NULL; in _dwarf_consumer_init()
HDdwarf_sections.c67 n = dbg->dbg_section[i].ds_name; in dwarf_get_section_max_offsets_b()
HD_libdwarf.h344 const char *ds_name; /* Section name. */ member
351 char *ds_name; /* Section name. */ member