Searched refs:libdw_alloc (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 130 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s, in store_implicit_value() 200 Dwarf_Op *result = libdw_alloc (attr->cu->dbg, in check_constant_offset() 209 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset() 574 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n); in __libdw_intern_expression() 621 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
|
D | dwarf_getsrclines.c | 505 new_file->info.name = libdw_alloc (dbg, char, 1, in read_srclines() 632 new_file->info.name = libdw_alloc (dbg, char, 1, in read_srclines() 803 libdw_alloc (dbg, char, 1, (dirarray[diridx].len + 1 in read_srclines() 991 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, in read_srclines() 1019 void *buf = libdw_alloc (dbg, Dwarf_Lines, buf_size, 1); in read_srclines() 1120 struct files_lines_s *node = libdw_alloc (dbg, struct files_lines_s, in __libdw_getsrclines()
|
D | dwarf_getmacros.c | 130 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_macinfo_table() 252 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_table_for_offset()
|
D | dwarf_getaranges.c | 233 void *buf = libdw_alloc (dbg, Dwarf_Aranges, in dwarf_getaranges()
|
D | Makefile.am | 81 libdw_findcu.c libdw_form.c libdw_alloc.c \
|
D | libdwP.h | 582 #define libdw_alloc(dbg, type, tsize, cnt) \ macro 600 libdw_alloc (dbg, type, sizeof (type), 1)
|
D | ChangeLog | 10 * libdw_alloc.c (__libdw_thread_tail): New function. 16 * libdw_alloc.c: Added __libdw_alloc_tail. 43 * libdw_alloc.c (__libdw_allocate): Added thread-safe stack allocator. 136 * libdw_alloc.c: Remove error.h include. 856 * libdw_alloc.c: Likewise. 970 * libdw_alloc.c: Likewise. 2827 * libdw_alloc.c (__libdw_allocate): Take new ALIGN argument, make sure 2830 (libdw_alloc): Update caller. 3593 (libdw_alloc): Define local variable _tail and use it. 3595 * libdw_alloc.c (__libdw_allocate): Don't initialize next member.
|