Searched refs:libdw_alloc (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 104 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s, in store_implicit_value() 169 Dwarf_Op *result = libdw_alloc (attr->cu->dbg, in check_constant_offset() 178 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset() 530 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n); in __libdw_intern_expression() 568 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
|
D | dwarf_getsrclines.c | 370 new_file->info.name = libdw_alloc (dbg, char, 1, in read_srclines() 551 libdw_alloc (dbg, char, 1, (dirarray[diridx].len + 1 in read_srclines() 738 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, in read_srclines() 766 void *buf = libdw_alloc (dbg, Dwarf_Lines, buf_size, 1); in read_srclines() 867 struct files_lines_s *node = libdw_alloc (dbg, struct files_lines_s, in __libdw_getsrclines()
|
D | dwarf_getmacros.c | 131 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_macinfo_table() 248 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_table_for_offset()
|
D | libdwP.h | 411 #define libdw_alloc(dbg, type, tsize, cnt) \ macro 429 libdw_alloc (dbg, type, sizeof (type), 1)
|
D | dwarf_getaranges.c | 230 void *buf = libdw_alloc (dbg, Dwarf_Aranges, in dwarf_getaranges()
|
D | Makefile.am | 81 libdw_findcu.c libdw_form.c libdw_alloc.c \
|
D | ChangeLog | 1845 * libdw_alloc.c (__libdw_allocate): Take new ALIGN argument, make sure 1848 (libdw_alloc): Update caller. 2611 (libdw_alloc): Define local variable _tail and use it. 2613 * libdw_alloc.c (__libdw_allocate): Don't initialize next member.
|