Home
last modified time | relevance | path

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

12

/external/elfutils/src/
Delfclassify.c233 int kind = elf_kind (elf); in run_classify()
432 return elf_kind (elf) != ELF_K_NONE; in is_elf()
438 return elf_kind (elf) == ELF_K_ELF; in is_elf_file()
444 return elf_kind (elf) == ELF_K_AR; in is_elf_archive()
450 return elf_kind (elf) == ELF_K_ELF && elf_type == ET_CORE; in is_core()
460 return elf_kind (elf) == ELF_K_ELF in is_loadable()
471 return elf_kind (elf) != ELF_K_NONE in is_unstripped()
483 return elf_kind (elf) != ELF_K_NONE in is_debug_only()
614 return (elf_kind (elf) == ELF_K_ELF in is_linux_kernel_module()
Dsize.c280 if (elf_kind (elf) == ELF_K_ELF) in process_file()
292 else if (likely (elf_kind (elf) == ELF_K_AR)) in process_file()
365 if (elf_kind (subelf) == ELF_K_ELF) in handle_ar()
367 else if (likely (elf_kind (subelf) == ELF_K_AR)) in handle_ar()
Dobjdump.c249 if (elf_kind (elf) == ELF_K_ELF) in process_file()
262 else if (elf_kind (elf) == ELF_K_AR) in process_file()
320 if (elf_kind (subelf) == ELF_K_ELF) in handle_ar()
323 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dranlib.c164 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
Dnm.c372 if (elf_kind (elf) == ELF_K_ELF) in process_file()
385 else if (elf_kind (elf) == ELF_K_AR) in process_file()
482 if (elf_kind (subelf) == ELF_K_ELF) in handle_ar()
485 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Darlib.c220 if (elf_kind (elf) != ELF_K_ELF) in arlib_add_symbols()
/external/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()
/external/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 \
/external/elfutils/libdwfl/
Dopen.c107 *kind = elf_kind (*elfp); in what_kind()
118 *kind = elf_kind (*elfp); in what_kind()
Doffline.c114 switch (elf_kind (elf)) in process_file()
/external/llvm-project/openmp/libomptarget/plugins/common/
Delf_common.c46 if (elf_kind(e) != ELF_K_ELF) { in elf_check_machine()
/external/llvm-project/openmp/libomptarget/plugins/generic-elf-64bit/src/
Drtl.cpp156 if (elf_kind(e) != ELF_K_ELF) { in __tgt_rtl_load_binary()

12