Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/binutils/gas/
Das.h590 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
593 #define IS_ELF 1 macro
595 #define IS_ELF 0 macro
Das.c685 else if (IS_ELF) in parse_args()
1177 if (IS_ELF) in main()
/freebsd-12-stable/usr.bin/ldd/
Dldd.c328 if ((size_t)n >= sizeof(hdr.elf32) && IS_ELF(hdr.elf32) && in is_executable()
400 if ((size_t)n >= sizeof(hdr.elf) && IS_ELF(hdr.elf) && in is_executable()
Dsods.c205 if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) { in dump_file()
/freebsd-12-stable/usr.bin/gprof/
Delf.c77 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) { in elf_getnfile()
/freebsd-12-stable/stand/mips/beri/boot2/
Dboot2.c314 if (!IS_ELF(*ehp)) { in boot_fromdram()
344 if (IS_ELF(hdr.eh)) { in boot_fromfs()
/freebsd-12-stable/usr.bin/elf2aout/
Delf2aout.c112 if (!IS_ELF(*e)) in main()
/freebsd-12-stable/lib/libkvm/
Dkvm_powerpc.c59 if (!IS_ELF(*eh)) in valid_elf_header()
Dkvm_powerpc64.c59 if (!IS_ELF(*eh)) in valid_elf_header()
/freebsd-12-stable/sys/compat/linux/
Dlinux_vdso.c111 if (!IS_ELF(*ehdr) || in __elfN()
/freebsd-12-stable/stand/sparc64/boot1/
Dboot1.c424 if (!IS_ELF(eh)) { in loadzfs()
472 if (!IS_ELF(eh)) { in load()
/freebsd-12-stable/sys/kern/
Dkern_ctf.c120 if (!IS_ELF(*hdr)) {
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-mips.c1877 if (IS_ELF) in md_begin()
2221 if (IS_ELF) in mips16_mark_labels()
9799 if (IS_ELF) in mips_ip()
9806 if (IS_ELF && strcmp (TARGET_OS, "elf") != 0) in mips_ip()
11578 if (!IS_ELF) in md_parse_option()
11588 if (!IS_ELF) in md_parse_option()
11614 if (!IS_ELF) in md_parse_option()
11623 if (!IS_ELF) in md_parse_option()
11632 if (!IS_ELF) in md_parse_option()
11661 if (!IS_ELF) in md_parse_option()
[all …]
Dtc-i386.c1314 if (IS_ELF) in md_begin()
1592 if (!IS_ELF) in tc_i386_fix_adjustable()
4463 if (!IS_ELF) in lex_got()
5334 || (IS_ELF
5633 if (IS_ELF
5641 if (IS_ELF)
5670 if (IS_ELF && fixP->fx_addsy)
6221 if (IS_ELF && cpu_arch_name != NULL) in i386_elf_emit_arch_note()
6323 if (IS_ELF) in s_bss()
/freebsd-12-stable/lib/libc/gen/
Dnlist.c220 if (IS_ELF(*ehdr) && in __elf_is_okay__()
/freebsd-12-stable/stand/i386/isoboot/
Disoboot.c350 else if (IS_ELF(hdr.eh)) in load()
/freebsd-12-stable/usr.sbin/crunch/crunchide/
Dexec_elf32.c175 if (IS_ELF(eh) == 0 || eh.e_ident[EI_CLASS] != ELFCLASS) in ELFNAMEEND()
/freebsd-12-stable/stand/i386/boot2/
Dboot2.c313 } else if (IS_ELF(hdr.eh)) { in load()
/freebsd-12-stable/libexec/rtld-elf/
Dmap_object.c363 if (!IS_ELF(*hdr)) { in get_elf_header()
/freebsd-12-stable/stand/powerpc/boot1.chrp/
Dboot1.c515 if (!IS_ELF(eh)) { in load()
/freebsd-12-stable/usr.sbin/btxld/
Dbtxld.c368 if (hdr->size >= sizeof(Elf32_Ehdr) && IS_ELF(*ee)) { in gethdr()
/freebsd-12-stable/stand/i386/gptboot/
Dgptboot.c411 else if (IS_ELF(hdr.eh)) in load()
/freebsd-12-stable/stand/i386/zfsboot/
Dzfsboot.c349 } else if (IS_ELF(hdr.eh)) { in load()
/freebsd-12-stable/usr.sbin/kldxref/
Def.c597 if (!IS_ELF(*hdr)) in ef_open()
/freebsd-12-stable/stand/common/
Dload_elf_obj.c134 if (!IS_ELF(*hdr)) { in __elfN()

12