Home
last modified time | relevance | path

Searched refs:at_relsec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c300 if (at->at_relsym || at->at_relsec != NULL) in _dwarf_attr_write()
303 at->u[0].u64, at->at_relsec, error); in _dwarf_attr_write()
308 if (at->at_relsym || at->at_relsec != NULL) in _dwarf_attr_write()
311 at->u[0].u64, at->at_relsec, error); in _dwarf_attr_write()
392 at->at_relsec = secname; in _dwarf_add_AT_dataref()
H A D_libdwarf.h118 const char *at_relsec; /* Rel. to dwarf section. */ member