OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Dwarf_Attribute
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_dealloc.c
67
_Dwarf_Attribute
, at_next);
libdwarf_attr.c
43
if ((at = calloc(1, sizeof(struct
_Dwarf_Attribute
))) == NULL) {
63
memcpy(at, atref, sizeof(struct
_Dwarf_Attribute
));
105
struct
_Dwarf_Attribute
atref;
_libdwarf.h
108
struct
_Dwarf_Attribute
{
126
STAILQ_ENTRY(
_Dwarf_Attribute
) at_next; /* Next attribute. */
154
STAILQ_HEAD(,
_Dwarf_Attribute
) die_attr; /* List of attributes. */
libdwarf_die.c
454
STAILQ_REMOVE(&die->die_attr, at,
_Dwarf_Attribute
,
libdwarf.h
49
typedef struct
_Dwarf_Attribute
*Dwarf_Attribute;
50
typedef struct
_Dwarf_Attribute
*Dwarf_P_Attribute;
Completed in 49 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026