Searched refs:libdw_alloc (Results 1 – 8 of 8) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_getlocation.c | 146 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s, in store_implicit_value() 222 Dwarf_Op *result = libdw_alloc (attr->cu->dbg, in is_constant_offset() 231 struct loc_s *newp = libdw_alloc (attr->cu->dbg, in is_constant_offset() 596 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n); in __libdw_intern_expression() 643 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1); in __libdw_intern_expression()
|
D | dwarf_getsrclines.c | 511 new_file->info.name = libdw_alloc (dbg, char, 1, in read_srclines() 638 new_file->info.name = libdw_alloc (dbg, char, 1, in read_srclines() 818 libdw_alloc (dbg, char, 1, (dirarray[diridx].len + 1 in read_srclines() 1023 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, in read_srclines() 1051 void *buf = libdw_alloc (dbg, Dwarf_Lines, buf_size, 1); in read_srclines() 1152 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 | 82 libdw_findcu.c libdw_form.c libdw_alloc.c \
|
D | libdwP.h | 591 #define libdw_alloc(dbg, type, tsize, cnt) \ macro 609 libdw_alloc (dbg, type, sizeof (type), 1)
|
D | ChangeLog | 237 * libdw_alloc.c (__libdw_alloc_tail): Call Dwarf oom_handler() 253 * libdw_alloc.c (__libdw_thread_tail): New function. 259 * libdw_alloc.c: Added __libdw_alloc_tail. 286 * libdw_alloc.c (__libdw_allocate): Added thread-safe stack allocator. 379 * libdw_alloc.c: Remove error.h include. 1099 * libdw_alloc.c: Likewise. 1213 * libdw_alloc.c: Likewise. 3070 * libdw_alloc.c (__libdw_allocate): Take new ALIGN argument, make sure 3073 (libdw_alloc): Update caller. 3836 (libdw_alloc): Define local variable _tail and use it. [all …]
|
/third_party/elfutils/ |
D | elfutils_config.gni | 257 "//third_party/elfutils/libdw/libdw_alloc.c",
|