/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | input.c | 154 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 D | Makefile | 19 elf_kind.c \ 94 elf_kind.3 \
|
H A D | elf_kind.c | 34 elf_kind(Elf *e) in elf_kind() function
|
H A D | Version.map | 49 elf_kind;
|
H A D | libelf.h | 213 Elf_Kind elf_kind(Elf *_elf);
|
/freebsd/lib/libelf/ |
H A D | Makefile | 25 elf_kind.c \ 120 elf_kind.3 \
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 175 if ((kind = elf_kind(elf)) != ELF_K_ELF) { in main()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | archive.c | 257 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 D | main.c | 747 switch (elf_kind(ecp->ein)) { in create_file()
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 281 if (elf_kind(elf) != ELF_K_ELF) { in handle_elf()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 153 if ((kind = elf_kind(elf)) != ELF_K_ELF) { in main()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 629 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 D | ldd.c | 413 if (elf_kind(elf) != ELF_K_ELF) { in is_executable()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 353 if (elf_kind(e) != ELF_K_ELF) { in pmcstat_image_get_elf_params()
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 91 if (elf_kind(elf) != ELF_K_ELF) { in _kvm_read_kernel_ehdr()
|
H A D | kvm_private.c | 171 if (elf_kind(elf) != ELF_K_ELF) { in _kvm_read_core_phdrs()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 109 if (elf_kind(e) != ELF_K_ELF) { in procstat_core_open()
|
/freebsd/lib/libkldelf/ |
H A D | elf.c | 87 if (elf_kind(efile->ef_elf) != ELF_K_ELF) { in elf_open_file()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 898 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 D | write.c | 823 if (elf_kind(e) != ELF_K_ELF) { in create_symtab_entry()
|
/freebsd/usr.bin/ar/ |
H A D | write.c | 746 if (elf_kind(e) != ELF_K_ELF) { in create_symtab_entry()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.c | 1478 if (elf_kind(elf) != ELF_K_ELF ||
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 1527 if ((kind = elf_kind(arf)) == ELF_K_NONE) { in read_object()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 1224 switch (elf_kind(elf)) { in process_obj()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 7510 switch (elf_kind(re->elf)) { in dump_object()
|