OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_tail
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libdw/
libdw_alloc.c
80
newp->prev = dbg->
mem_tail
;
81
dbg->
mem_tail
= newp;
dwarf_begin_elf.c
269
result->
mem_tail
= (struct libdw_memblock *) (result + 1);
270
result->
mem_tail
->size = (result->mem_default_size
272
result->
mem_tail
->remaining = result->
mem_tail
->size;
273
result->
mem_tail
->prev = NULL;
dwarf_end.c
90
struct libdw_memblock *memp = dwarf->
mem_tail
;
libdwP.h
184
} *
mem_tail
;
member in struct:Dwarf
335
({ struct libdw_memblock *_tail = (dbg)->
mem_tail
; \
Completed in 1366 milliseconds