Home
last modified time | relevance | path

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

12

/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.c89 if (elf_kind (elf) != ELF_K_ELF) in main()
Dshowptable.c57 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst8.c90 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst1.c132 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst2.c148 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst9.c182 if (elf_kind (elf) != ELF_K_ELF) in main()
Dasm-tst3.c155 if (elf_kind (elf) != ELF_K_ELF) in main()
/external/elfutils/libdwfl/
Dopen.c101 *kind = elf_kind (*elfp); in what_kind()
112 *kind = elf_kind (*elfp); in what_kind()
Doffline.c114 switch (elf_kind (elf)) in process_file()
/external/elfutils/src/
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()
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()
Dranlib.c164 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
Darlib.c220 if (elf_kind (elf) != ELF_K_ELF) in arlib_add_symbols()
/external/elfutils/libelf/
Delf_kind.c41 elf_kind (Elf *elf) in elf_kind() function
Dlibelf.map43 elf_kind;
DAndroid.bp73 "elf_kind.c",
DMakefile.am55 elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \
/external/elfutils/libdwelf/
Ddwelf_elf_begin.c44 if (elf != NULL && elf_kind (elf) != ELF_K_NONE) in dwelf_elf_begin()
/external/perf_data_converter/src/quipper/
Ddso.cc62 Elf_Kind kind = elf_kind(elf); in GetBuildID()

12