/third_party/elfutils/tests/ |
H A D | arls.c | 69 elf_end (elf); in handle() 84 elf_end (subelf); in handle() 85 elf_end (elf); in handle() 105 elf_end (subelf); in handle()
|
H A D | arextract.c | 132 if (elf_end (subelf) != 0 || elf_end (elf) != 0) in main() 147 if (elf_end (subelf) != 0) in main()
|
H A D | elfshphehdr.c | 163 elf_end (elf); in main() 168 elf_end (elf); in main() 173 elf_end (elf); in main() 178 elf_end (elf); in main()
|
H A D | arsymtest.c | 117 if (elf_end (subelf) != 0) in main() 126 if (elf_end (elf) != 0) in main()
|
H A D | ecp.c | 93 elf_end (outelf); in main() 96 elf_end (inelf); in main()
|
H A D | newdata.c | 263 if (elf_end (elf) != 0) in check_elf() 265 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 293 if (elf_end (elf) != 0) in check_elf() 295 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 345 if (elf_end (elf) != 0) in check_elf() 347 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 378 if (elf_end (elf) != 0) in check_elf() 380 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf()
|
H A D | emptyfile.c | 120 if (elf_end (elf) != 0) in check_elf() 122 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 203 if (elf_end (elf) != 0) in check_elf() 205 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 255 if (elf_end (elf) != 0) in check_elf() 257 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf()
|
H A D | vendorelf.c | 119 if (elf_end (elf) != 0) in check_elf() 121 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 175 if (elf_end (elf) != 0) in check_elf() 177 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf()
|
H A D | fillfile.c | 260 if (elf_end (elf) != 0) in check_elf() 262 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 341 if (elf_end (elf) != 0) in check_elf() 343 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 424 if (elf_end (elf) != 0) in check_elf() 426 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf()
|
H A D | elfstrtab.c | 275 if (elf_end (elf) != 0) in check_elf() 277 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 344 if (elf_end (elf) != 0) in check_elf() 346 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf() 370 if (elf_end (elf) != 0) in check_elf() 372 printf ("failure in elf_end: %s\n", elf_errmsg (-1)); in check_elf()
|
H A D | saridx.c | 226 if (elf_end (subelf) != 0) in main() 250 if (elf_end (elf) != 0) in main()
|
H A D | getphdrnum.c | 44 elf_end (elf); in main()
|
H A D | newscn.c | 62 elf_end (elf); in main()
|
/third_party/elfutils/libdwfl/ |
H A D | offline.c | 177 elf_end (member); in process_archive_member() 188 elf_end (member); in process_archive_member() 197 elf_end (member); in process_archive_member() 239 elf_end (member); in process_archive_member() 268 in live modules. When the last module's elf_end on a member returns in process_archive() 272 && elf_end (archive) == 0) in process_archive() 295 elf_end (elf); in __libdwfl_report_offline() 344 elf_end (elf); in INTDEF()
|
H A D | open.c | 94 elf_end (*elf); in decompress() 164 elf_end (elf); in libdw_open_elf() 182 elf_end (elf); in libdw_open_elf()
|
H A D | dwfl_build_id_find_debuginfo.c | 81 elf_end (mod->alt_elf); in dwfl_build_id_find_debuginfo() 119 elf_end (mod->debug.elf); in dwfl_build_id_find_debuginfo()
|
H A D | link_map.c | 496 elf_end (elf); in report_r_debug() 830 elf_end (elf); in dwfl_link_map_report() 838 elf_end (elf); in dwfl_link_map_report() 845 elf_end (elf); in dwfl_link_map_report() 864 elf_end (elf); in dwfl_link_map_report() 870 elf_end (elf); in dwfl_link_map_report()
|
H A D | dwfl_end.c | 63 elf_end (dwfl->user_core->core); in dwfl_end()
|
/third_party/elfutils/libelf/ |
H A D | elf_end.c | 42 elf_end (Elf *elf) in elf_end() function 236 ? INTUSE(elf_end) (parent) : 0); in elf_end() 238 INTDEF(elf_end)
|
H A D | nlist.c | 212 (void) INTUSE(elf_end) (elf); in nlist() 224 (void) INTUSE(elf_end) (elf); in nlist()
|
/third_party/elfutils/src/ |
H A D | ranlib.c | 166 elf_end (arelf); in handle_file() 199 if (elf_end (elf) != 0) in handle_file() 276 elf_end (arelf); in handle_file()
|
H A D | ar.c | 741 if (elf_end (subelf) != 0) in do_oper_extract() 817 elf_end (elf); in do_oper_extract() 991 if (elf_end (subelf) != 0) in do_oper_delete() 1068 elf_end (elf); in do_oper_delete() 1212 if (elf_end (subelf) != 0) in do_oper_insert() 1318 elf_end (elf); in do_oper_insert() 1377 elf_end (subelf); in do_oper_insert() 1556 elf_end (found[cnt]->elf); in do_oper_insert() 1558 elf_end (elf); in do_oper_insert()
|
H A D | size.c | 283 if (unlikely (elf_end (elf) != 0)) in process_file() 302 if (unlikely (elf_end (elf) != 0)) in process_file() 372 if (unlikely (elf_end (subelf) != 0)) in handle_ar() 378 if (unlikely (elf_end (elf) != 0)) in handle_ar()
|
/third_party/elfutils/libasm/ |
H A D | asm_abort.c | 49 (void) elf_end (ctx->out.elf); in asm_abort()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_begin.c | 57 elf_end (belf); in dwelf_elf_begin()
|