Searched refs:IS_ELF (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzld.c69 if (n >= sizeof(hdr.ee) && IS_ELF(hdr.ee))
H A Dkgzcmp.c132 if (n >= sizeof(hdr.ee) && IS_ELF(hdr.ee))
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h595 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
598 #define IS_ELF 1
600 #define IS_ELF 0
590 #define IS_ELF macro
593 #define IS_ELF macro
H A Das.c686 else if (IS_ELF)
1181 if (IS_ELF)
/freebsd-11-stable/usr.bin/gprof/
H A Delf.c75 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) {
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c112 if (!IS_ELF(*e))
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c327 if ((size_t)n >= sizeof(hdr.elf32) && IS_ELF(hdr.elf32) &&
395 if ((size_t)n >= sizeof(hdr.elf) && IS_ELF(hdr.elf) &&
H A Dsods.c205 if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) {
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c314 if (!IS_ELF(*ehp)) {
344 if (IS_ELF(hdr.eh)) {
/freebsd-11-stable/sys/kern/
H A Dkern_ctf.c132 if (!IS_ELF(*hdr)) {
/freebsd-11-stable/lib/libkvm/
H A Dkvm_powerpc.c57 if (!IS_ELF(*eh))
H A Dkvm_powerpc64.c57 if (!IS_ELF(*eh))
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.c111 if (!IS_ELF(*ehdr) ||
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c424 if (!IS_ELF(eh)) {
472 if (!IS_ELF(eh)) {
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c220 if (IS_ELF(*ehdr) &&
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c350 else if (IS_ELF(hdr.eh))
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c175 if (IS_ELF(eh) == 0 || eh.e_ident[EI_CLASS] != ELFCLASS)
/freebsd-11-stable/libexec/rtld-elf/
H A Dmap_object.c360 if (!IS_ELF(*hdr)) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c1884 if (IS_ELF)
2228 if (IS_ELF)
9806 if (IS_ELF)
9813 if (IS_ELF && strcmp (TARGET_OS, "elf") != 0)
11587 if (!IS_ELF)
11597 if (!IS_ELF)
11623 if (!IS_ELF)
11632 if (!IS_ELF)
11641 if (!IS_ELF)
11670 if (!IS_ELF)
[all...]
H A Dtc-i386.c1316 if (IS_ELF)
1596 if (!IS_ELF)
4468 if (!IS_ELF)
5340 || (IS_ELF
5641 if (IS_ELF
5649 if (IS_ELF)
5678 if (IS_ELF && fixP->fx_addsy)
6232 if (IS_ELF && cpu_arch_name != NULL)
6335 if (IS_ELF)
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c448 } else if (IS_ELF(hdr.eh)) {
/freebsd-11-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c514 if (!IS_ELF(eh)) {
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c112 if (!IS_ELF(*hdr)) {
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c313 } else if (IS_ELF(hdr.eh)) {
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c587 if (!IS_ELF(*hdr))

Completed in 225 milliseconds

12