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_Line
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_pro_lineno.c
49
ln = STAILQ_LAST(&li->li_lnlist,
_Dwarf_Line
, ln_next);
56
if ((ln = calloc(1, sizeof(struct
_Dwarf_Line
))) == NULL) {
89
if ((ln = calloc(1, sizeof(struct
_Dwarf_Line
))) == NULL) {
115
ln = STAILQ_LAST(&li->li_lnlist,
_Dwarf_Line
, ln_next);
121
if ((ln = calloc(1, sizeof(struct
_Dwarf_Line
))) == NULL) {
libdwarf_lineno.c
124
ln = malloc(sizeof(struct
_Dwarf_Line
)); \
255
STAILQ_REMOVE(&li->li_lnlist, ln,
_Dwarf_Line
, ln_next);
799
STAILQ_REMOVE(&li->li_lnlist, ln,
_Dwarf_Line
,
1112
STAILQ_REMOVE(&li->li_lnlist, ln,
_Dwarf_Line
, ln_next);
_libdwarf.h
173
struct
_Dwarf_Line
{
183
STAILQ_ENTRY(
_Dwarf_Line
) ln_next; /* Next line in list. */
214
STAILQ_HEAD(,
_Dwarf_Line
) li_lnlist; /* List of lines. */
libdwarf.h
61
typedef struct
_Dwarf_Line
*Dwarf_Line;
Completed in 21 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026