Searched refs:libdw_alloc (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_getsrclines.c | 257 new_file->info.name = libdw_alloc (dbg, char, 1, in read_srclines() 493 libdw_alloc (dbg, char, 1, (dirarray[diridx]->len + 1 in read_srclines() 683 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, in read_srclines() 709 void *buf = libdw_alloc (dbg, Dwarf_Lines, buf_size, 1); in read_srclines() 801 struct files_lines_s *node = libdw_alloc (dbg, struct files_lines_s, in __libdw_getsrclines()
|
D | dwarf_getlocation.c | 104 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s, in store_implicit_value() 171 Dwarf_Op *result = libdw_alloc (attr->cu->dbg, in check_constant_offset() 180 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in check_constant_offset() 498 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n); in __libdw_intern_expression() 533 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
|
D | dwarf_getmacros.c | 130 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_macinfo_table() 246 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_table_for_offset()
|
D | dwarf_getaranges.c | 221 void *buf = libdw_alloc (dbg, Dwarf_Aranges,
|
D | libdwP.h | 414 #define libdw_alloc(dbg, type, tsize, cnt) \ macro 432 libdw_alloc (dbg, type, sizeof (type), 1)
|
D | Android.mk | 132 libdw_alloc.c \
|
D | Makefile.am | 81 libdw_findcu.c libdw_form.c libdw_alloc.c \
|
D | Makefile | 187 libdw_alloc.$(OBJEXT) libdw_visit_scopes.$(OBJEXT) \ 444 libdw_findcu.c libdw_form.c libdw_alloc.c \ 675 include ./$(DEPDIR)/libdw_alloc.Po
|
D | Makefile.in | 187 libdw_alloc.$(OBJEXT) libdw_visit_scopes.$(OBJEXT) \ 444 libdw_findcu.c libdw_form.c libdw_alloc.c \ 675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdw_alloc.Po@am__quote@
|
D | ChangeLog | 1535 * libdw_alloc.c (__libdw_allocate): Take new ALIGN argument, make sure 1538 (libdw_alloc): Update caller. 2301 (libdw_alloc): Define local variable _tail and use it. 2303 * libdw_alloc.c (__libdw_allocate): Don't initialize next member.
|