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/0.153/libdw/
libdw_alloc.c
77
newp->prev = dbg->
mem_tail
;
78
dbg->
mem_tail
= newp;
dwarf_begin_elf.c
348
result->
mem_tail
= (struct libdw_memblock *) (result + 1);
349
result->
mem_tail
->size = (result->mem_default_size
351
result->
mem_tail
->remaining = result->
mem_tail
->size;
352
result->
mem_tail
->prev = NULL;
dwarf_end.c
117
struct libdw_memblock *memp = dwarf->
mem_tail
;
libdwP.h
199
} *
mem_tail
;
member in struct:Dwarf
367
({ struct libdw_memblock *_tail = (dbg)->
mem_tail
; \
Completed in 49 milliseconds