Home
last modified time | relevance | path

Searched refs:elf_kind (Results 1 – 25 of 37) sorted by relevance

12

/third_party/elfutils/src/
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()
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()
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()
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()
Dranlib.c163 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
Darlib.c219 if (elf_kind (elf) != ELF_K_ELF) in arlib_add_symbols()
/third_party/elfutils/tests/
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()
Dscnnames.c58 if (elf_kind (elf) != ELF_K_ELF) in main()
Darls.c66 if (elf_kind (elf) != ELF_K_AR) in handle()
Darsymtest.c67 if (elf_kind (elf) != ELF_K_AR) in main()
Darextract.c65 if (elf_kind (elf) != ELF_K_AR) in main()
Dasm-tst7.c90 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst8.c91 if (elf_kind (elf) != ELF_K_ELF) in main()
Dshowptable.c57 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst1.c133 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst2.c149 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst9.c183 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst3.c156 if (elf_kind (elf) != ELF_K_ELF) in main()
/third_party/elfutils/libdwfl/
Dopen.c109 *kind = elf_kind (*elfp); in what_kind()
120 *kind = elf_kind (*elfp); in what_kind()
Doffline.c115 switch (elf_kind (elf)) in process_file()
/third_party/elfutils/libelf/
Delf_kind.c41 elf_kind (Elf *elf) in elf_kind() function
Dlibelf.map43 elf_kind;
DMakefile.am55 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \
Dlibelf.h245 extern Elf_Kind elf_kind (Elf *__elf) __pure_attribute__;
/third_party/elfutils/libdw/
Ddwarf_getcfi_elf.c318 if (elf_kind (elf) != ELF_K_ELF) in dwarf_getcfi_elf()

12