Searched refs:drs (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_reloc.c57 Dwarf_Rel_Section drs; local
83 drs = dbg->dbgp_drspos;
84 assert(drs->drs_ds != NULL && drs->drs_ref != NULL);
85 assert(drs->drs_drecnt > 0);
87 *elf_section_index = drs->drs_ds->ds_ndx;
88 *elf_section_link = drs->drs_ref->ds_ndx;
89 *reloc_entry_count = drs->drs_drecnt;
91 if (drs->drs_drd == NULL) {
92 drs
[all...]
H A Dlibdwarf_reloc.c130 Dwarf_Rel_Section drs; local
136 if ((drs = calloc(1, sizeof(struct _Dwarf_Rel_Section))) == NULL) {
141 drs->drs_ref = ref;
148 drs->drs_addend = 1;
150 drs->drs_addend = 0;
158 drs->drs_addend ? ".rela" : ".rel", ref->ds_name);
159 if (_dwarf_section_init(dbg, &drs->drs_ds, name, pseudo, error) !=
161 free(drs);
166 STAILQ_INIT(&drs->drs_dre);
167 STAILQ_INSERT_TAIL(&dbg->dbgp_drslist, drs, drs_nex
177 Dwarf_Rel_Section drs, tdrs; local
210 _dwarf_reloc_entry_add(Dwarf_P_Debug dbg, Dwarf_Rel_Section drs, Dwarf_P_Section ds, unsigned char type, unsigned char length, Dwarf_Unsigned offset, Dwarf_Unsigned symndx, Dwarf_Unsigned addend, const char *secname, Dwarf_Error *error) argument
259 _dwarf_reloc_entry_add_pair(Dwarf_P_Debug dbg, Dwarf_Rel_Section drs, Dwarf_P_Section ds, unsigned char length, Dwarf_Unsigned offset, Dwarf_Unsigned symndx, Dwarf_Unsigned esymndx, Dwarf_Unsigned symoff, Dwarf_Unsigned esymoff, Dwarf_Error *error) argument
305 _dwarf_reloc_section_finalize(Dwarf_P_Debug dbg, Dwarf_Rel_Section drs, Dwarf_Error *error) argument
367 _dwarf_reloc_section_gen(Dwarf_P_Debug dbg, Dwarf_Rel_Section drs, Dwarf_Error *error) argument
433 Dwarf_Rel_Section drs; local
468 Dwarf_Rel_Section drs, tdrs; local
[all...]
H A Dlibdwarf_arange.c168 Dwarf_Rel_Section drs; local
191 RCHECK(_dwarf_reloc_section_init(dbg, &drs, ds, error));
196 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds, dwarf_drt_data_reloc, 4,
208 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds,
212 RCHECK(_dwarf_reloc_entry_add_pair(dbg, drs, ds,
230 RCHECK(_dwarf_reloc_section_finalize(dbg, drs, error));
235 _dwarf_reloc_section_free(dbg, &drs);
H A Dlibdwarf_nametbl.c173 Dwarf_Rel_Section drs; local
195 RCHECK(_dwarf_reloc_section_init(dbg, &drs, ds, error));
200 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds, dwarf_drt_data_reloc, 4,
222 RCHECK(_dwarf_reloc_section_finalize(dbg, drs, error));
227 _dwarf_reloc_section_free(dbg, &drs);
H A Dlibdwarf_info.c291 Dwarf_Rel_Section drs; local
318 if ((ret = _dwarf_reloc_section_init(dbg, &drs, ds, error)) !=
332 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds, dwarf_drt_data_reloc, 4,
339 RCHECK(_dwarf_die_gen(dbg, cu, drs, error));
353 RCHECK(_dwarf_reloc_section_finalize(dbg, drs, error));
358 _dwarf_reloc_section_free(dbg, &drs);
H A Dlibdwarf_die.c277 _dwarf_die_gen_recursive(Dwarf_P_Debug dbg, Dwarf_CU cu, Dwarf_Rel_Section drs, argument
366 ret = _dwarf_attr_gen(dbg, ds, drs, cu, die, pass2, error);
372 ret = _dwarf_die_gen_recursive(dbg, cu, drs, die->die_child,
380 ret = _dwarf_die_gen_recursive(dbg, cu, drs, die->die_right,
398 _dwarf_die_gen(Dwarf_P_Debug dbg, Dwarf_CU cu, Dwarf_Rel_Section drs, argument
419 RCHECK(_dwarf_die_gen_recursive(dbg, cu, drs, die, 0, error));
422 RCHECK(_dwarf_die_gen_recursive(dbg, cu, drs, die, 1, error));
H A Dlibdwarf_attr.c218 _dwarf_attr_write(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, argument
242 ret = _dwarf_reloc_entry_add(dbg, drs, ds,
285 ret = _dwarf_reloc_entry_add(dbg, drs, ds,
304 ret = _dwarf_reloc_entry_add(dbg, drs, ds,
312 ret = _dwarf_reloc_entry_add(dbg, drs, ds,
344 ret = _dwarf_reloc_entry_add(dbg, drs, ds,
363 ret = _dwarf_reloc_entry_add(dbg, drs, ds, dwarf_drt_data_reloc,
444 _dwarf_attr_gen(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, argument
453 ret = _dwarf_attr_write(dbg, ds, drs, cu, at, pass2, error);
H A Dlibdwarf_lineno.c471 Dwarf_Rel_Section drs, Dwarf_Error * error)
505 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds,
642 Dwarf_Rel_Section drs; local
667 if ((ret = _dwarf_reloc_section_init(dbg, &drs, ds, error)) !=
722 RCHECK(_dwarf_lineno_gen_program(dbg, ds, drs, error));
733 RCHECK(_dwarf_reloc_section_finalize(dbg, drs, error));
738 _dwarf_reloc_section_free(dbg, &drs);
470 _dwarf_lineno_gen_program(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_Error * error) argument
H A Dlibdwarf_frame.c1481 Dwarf_Rel_Section drs, Dwarf_P_Fde fde, Dwarf_Error *error)
1487 assert(dbg != NULL && ds != NULL && drs != NULL);
1498 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds, dwarf_drt_data_reloc, 4,
1502 RCHECK(_dwarf_reloc_entry_add(dbg, drs, ds, dwarf_drt_data_reloc,
1512 RCHECK(_dwarf_reloc_entry_add_pair(dbg, drs, ds,
1540 Dwarf_Rel_Section drs; local
1554 RCHECK(_dwarf_reloc_section_init(dbg, &drs, ds, error));
1562 RCHECK(_dwarf_frame_gen_fde(dbg, ds, drs, fde, error));
1568 RCHECK(_dwarf_reloc_section_finalize(dbg, drs, error));
1573 _dwarf_reloc_section_free(dbg, &drs);
1480 _dwarf_frame_gen_fde(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_P_Fde fde, Dwarf_Error *error) argument
[all...]
/freebsd-11.0-release/sbin/routed/
H A Drdisc.c92 static struct dr drs[MAX_ADS]; variable in typeref:struct:dr
270 for (drp = drs; drp < &drs[MAX_ADS]; drp++) {
327 for (drp = drs; drp < &drs[MAX_ADS]; drp++) {
372 for (drp = drs; drp < &drs[MAX_ADS]; drp++) {
420 for (drp = drs; drp < &drs[MAX_ADS]; drp++) {
466 for (drp = drs; dr
[all...]

Completed in 74 milliseconds