Home
last modified time | relevance | path

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

12

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c154 switch (elf_kind(melf)) { in read_archive()
165 memname, elf_kind(melf)); in read_archive()
201 switch (elf_kind(elf)) { in read_ctf_common()
213 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf)); in read_ctf_common()
304 switch (elf_kind(elf)) { in count_files()
/freebsd/contrib/elftoolchain/libelf/
H A DMakefile19 elf_kind.c \
94 elf_kind.3 \
H A Delf_kind.c34 elf_kind(Elf *e) in elf_kind() function
H A DVersion.map49 elf_kind;
H A Dlibelf.h213 Elf_Kind elf_kind(Elf *_elf);
/freebsd/lib/libelf/
H A DMakefile25 elf_kind.c \
120 elf_kind.3 \
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c175 if ((kind = elf_kind(elf)) != ELF_K_ELF) { in main()
/freebsd/contrib/elftoolchain/elfcopy/
H A Darchive.c257 if (elf_kind(ecp->eout) != ELF_K_ELF) { in extract_arsym()
442 if (elf_kind(ecp->ein) != ELF_K_ELF) in ac_read_objs()
H A Dmain.c747 switch (elf_kind(ecp->ein)) { in create_file()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c281 if (elf_kind(elf) != ELF_K_ELF) { in handle_elf()
/freebsd/usr.bin/elfctl/
H A Delfctl.c153 if ((kind = elf_kind(elf)) != ELF_K_ELF) { in main()
/freebsd/contrib/elftoolchain/size/
H A Dsize.c629 if (elf_kind(elf) == ELF_K_NONE && arhdr == NULL) { in handle_elf()
635 if (elf_kind(elf) != ELF_K_ELF || in handle_elf()
/freebsd/usr.bin/ldd/
H A Dldd.c413 if (elf_kind(elf) != ELF_K_ELF) { in is_executable()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c353 if (elf_kind(e) != ELF_K_ELF) { in pmcstat_image_get_elf_params()
/freebsd/lib/libkvm/
H A Dkvm.c91 if (elf_kind(elf) != ELF_K_ELF) { in _kvm_read_kernel_ehdr()
H A Dkvm_private.c171 if (elf_kind(elf) != ELF_K_ELF) { in _kvm_read_core_phdrs()
/freebsd/lib/libprocstat/
H A Dcore.c109 if (elf_kind(e) != ELF_K_ELF) { in procstat_core_open()
/freebsd/lib/libkldelf/
H A Delf.c87 if (elf_kind(efile->ef_elf) != ELF_K_ELF) { in elf_open_file()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c898 if (elf_kind(ed->elf) == ELF_K_ELF) { in ac_print_ar()
988 if (elf_kind(ed->elf) == ELF_K_ELF) { in elf_print_ar()
1030 switch (elf_kind(ed->elf)) { in elf_print_object()
/freebsd/contrib/elftoolchain/ar/
H A Dwrite.c823 if (elf_kind(e) != ELF_K_ELF) { in create_symtab_entry()
/freebsd/usr.bin/ar/
H A Dwrite.c746 if (elf_kind(e) != ELF_K_ELF) { in create_symtab_entry()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1478 if (elf_kind(elf) != ELF_K_ELF ||
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1527 if ((kind = elf_kind(arf)) == ELF_K_NONE) { in read_object()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1224 switch (elf_kind(elf)) { in process_obj()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7510 switch (elf_kind(re->elf)) { in dump_object()

12