Home
last modified time | relevance | path

Searched refs:elf_kind (Results 1 - 25 of 34) sorted by relevance

12

/third_party/elfutils/src/
H A Delfclassify.c233 int kind = elf_kind (elf); in run_classify()
429 return elf_kind (elf) != ELF_K_NONE; in is_elf()
435 return elf_kind (elf) == ELF_K_ELF; in is_elf_file()
441 return elf_kind (elf) == ELF_K_AR; in is_elf_archive()
447 return elf_kind (elf) == ELF_K_ELF && elf_type == ET_CORE; in is_core()
457 return elf_kind (elf) == ELF_K_ELF in is_loadable()
468 return elf_kind (elf) != ELF_K_NONE in is_unstripped()
480 return elf_kind (elf) != ELF_K_NONE in is_debug_only()
611 return (elf_kind (elf) == ELF_K_ELF in is_linux_kernel_module()
H A Dsize.c279 if (elf_kind (elf) == ELF_K_ELF) in process_file()
291 else if (likely (elf_kind (elf) == ELF_K_AR)) in process_file()
364 if (elf_kind (subelf) == ELF_K_ELF) in handle_ar()
366 else if (likely (elf_kind (subelf) == ELF_K_AR)) in handle_ar()
H A Dobjdump.c248 if (elf_kind (elf) == ELF_K_ELF) in process_file()
261 else if (elf_kind (elf) == ELF_K_AR) in process_file()
319 if (elf_kind (subelf) == ELF_K_ELF) in handle_ar()
322 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
H A Dnm.c371 if (elf_kind (elf) == ELF_K_ELF) in process_file()
384 else if (elf_kind (elf) == ELF_K_AR) in process_file()
481 if (elf_kind (subelf) == ELF_K_ELF) in handle_ar()
484 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
H A Dranlib.c163 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
H A Darlib.c219 if (elf_kind (elf) != ELF_K_ELF) in arlib_add_symbols()
H A Dstrings.c200 || elf_kind (elf) != ELF_K_ELF) in main()
/third_party/elfutils/tests/
H A Dsaridx.c133 if (elf_kind (elf) != ELF_K_AR) in main()
158 switch (elf_kind (subelf)) in main()
192 if (elf_kind (subelf) == ELF_K_ELF) in main()
H A Dscnnames.c58 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Darextract.c65 if (elf_kind (elf) != ELF_K_AR) in main()
H A Darsymtest.c67 if (elf_kind (elf) != ELF_K_AR) in main()
H A Darls.c66 if (elf_kind (elf) != ELF_K_AR) in handle()
H A Dasm-tst8.c91 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Dasm-tst7.c90 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Dshowptable.c57 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Dasm-tst2.c149 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Dasm-tst1.c133 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Dasm-tst9.c183 if (elf_kind (elf) != ELF_K_ELF) in main()
H A Dasm-tst3.c156 if (elf_kind (elf) != ELF_K_ELF) in main()
/third_party/elfutils/libdwfl/
H A Dopen.c109 *kind = elf_kind (*elfp); in what_kind()
120 *kind = elf_kind (*elfp); in what_kind()
H A Doffline.c115 switch (elf_kind (elf)) in process_file()
/third_party/elfutils/libelf/
H A Delf_kind.c41 elf_kind (Elf *elf) in elf_kind() function
H A Dlibelf.h245 extern Elf_Kind elf_kind (Elf *__elf) __pure_attribute__;
/third_party/elfutils/libdw/
H A Ddwarf_getcfi_elf.c318 if (elf_kind (elf) != ELF_K_ELF) in dwarf_getcfi_elf()
H A Ddwarf_begin_elf.c495 if (elf_kind (elf) != ELF_K_ELF) in dwarf_begin_elf()

Completed in 14 milliseconds

12