Home
last modified time | relevance | path

Searched refs:elf_end (Results 1 – 25 of 101) sorted by relevance

12345

/external/elfutils/tests/
Darls.c69 elf_end (elf); in handle()
84 elf_end (subelf); in handle()
85 elf_end (elf); in handle()
105 elf_end (subelf); in handle()
Darextract.c132 if (elf_end (subelf) != 0 || elf_end (elf) != 0) in main()
147 if (elf_end (subelf) != 0) in main()
Delfshphehdr.c163 elf_end (elf); in main()
168 elf_end (elf); in main()
173 elf_end (elf); in main()
178 elf_end (elf); in main()
Darsymtest.c117 if (elf_end (subelf) != 0) in main()
126 if (elf_end (elf) != 0) in main()
Demptyfile.c119 if (elf_end (elf) != 0) in check_elf()
202 if (elf_end (elf) != 0) in check_elf()
254 if (elf_end (elf) != 0) in check_elf()
Dnewdata.c262 if (elf_end (elf) != 0) in check_elf()
292 if (elf_end (elf) != 0) in check_elf()
344 if (elf_end (elf) != 0) in check_elf()
377 if (elf_end (elf) != 0) in check_elf()
Decp.c93 elf_end (outelf); in main()
96 elf_end (inelf); in main()
Dvendorelf.c118 if (elf_end (elf) != 0) in check_elf()
174 if (elf_end (elf) != 0) in check_elf()
Delfstrtab.c274 if (elf_end (elf) != 0) in check_elf()
343 if (elf_end (elf) != 0) in check_elf()
369 if (elf_end (elf) != 0) in check_elf()
Dsaridx.c226 if (elf_end (subelf) != 0) in main()
250 if (elf_end (elf) != 0) in main()
Dfillfile.c259 if (elf_end (elf) != 0) in check_elf()
340 if (elf_end (elf) != 0) in check_elf()
423 if (elf_end (elf) != 0) in check_elf()
Delfcopy.c236 if (elf_end (elfa) != 0) in copy_elf()
248 if (elf_end (elfb) != 0) in copy_elf()
/external/elfutils/libdwfl/
Doffline.c176 elf_end (member); in process_archive_member()
187 elf_end (member); in process_archive_member()
196 elf_end (member); in process_archive_member()
267 && elf_end (archive) == 0) in process_archive()
290 elf_end (elf); in __libdwfl_report_offline()
Dopen.c86 elf_end (*elf); in decompress()
155 elf_end (elf); in libdw_open_elf()
169 elf_end (elf); in libdw_open_elf()
Ddwfl_build_id_find_debuginfo.c83 elf_end (mod->alt_elf); in dwfl_build_id_find_debuginfo()
121 elf_end (mod->debug.elf); in dwfl_build_id_find_debuginfo()
Ddwfl_module.c57 if (file->elf != NULL && elf_end (file->elf) == 0 && file->fd != -1) in free_file()
102 elf_end (mod->alt_elf); in __libdwfl_module_free()
Dlink_map.c469 elf_end (elf); in report_r_debug()
824 elf_end (elf); in dwfl_link_map_report()
832 elf_end (elf); in dwfl_link_map_report()
839 elf_end (elf); in dwfl_link_map_report()
853 elf_end (elf); in dwfl_link_map_report()
859 elf_end (elf); in dwfl_link_map_report()
/external/elfutils/libdwelf/
Ddwelf_elf_begin.c50 elf_end (elf); in dwelf_elf_begin()
58 elf_end (belf); in dwelf_elf_begin()
/external/elfutils/src/
Dranlib.c167 elf_end (arelf); in handle_file()
200 if (elf_end (elf) != 0) in handle_file()
271 elf_end (arelf); in handle_file()
Dar.c743 if (elf_end (subelf) != 0) in do_oper_extract()
815 elf_end (elf); in do_oper_extract()
990 if (elf_end (subelf) != 0) in do_oper_delete()
1064 elf_end (elf); in do_oper_delete()
1209 if (elf_end (subelf) != 0) in do_oper_insert()
1315 elf_end (elf); in do_oper_insert()
1374 elf_end (subelf); in do_oper_insert()
1547 elf_end (found[cnt]->elf); in do_oper_insert()
1549 elf_end (elf); in do_oper_insert()
Dsize.c284 if (unlikely (elf_end (elf) != 0)) in process_file()
303 if (unlikely (elf_end (elf) != 0)) in process_file()
373 if (unlikely (elf_end (subelf) != 0)) in handle_ar()
379 if (unlikely (elf_end (elf) != 0)) in handle_ar()
/external/elfutils/libelf/
Delf_end.c43 elf_end (Elf *elf) in elf_end() function
237 ? INTUSE(elf_end) (parent) : 0); in elf_end()
239 INTDEF(elf_end)
Dnlist.c213 (void) INTUSE(elf_end) (elf); in nlist()
225 (void) INTUSE(elf_end) (elf); in nlist()
/external/bcc/src/cc/
Dbcc_elf.c181 elf_end(e); in bcc_elf_foreach_usdt()
494 elf_end(e); in foreach_sym_core()
534 elf_end(e); in bcc_elf_get_text_scn_info()
569 elf_end(e); in bcc_elf_foreach_load_section()
585 elf_end(e); in bcc_elf_get_type()
/external/elfutils/libasm/
Dasm_abort.c50 (void) elf_end (ctx->out.elf); in asm_abort()

12345