Home
last modified time | relevance | path

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

12

/NextBSD/contrib/binutils/gas/
HDas.h590 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
593 #define IS_ELF 1 macro
595 #define IS_ELF 0 macro
HDas.c685 else if (IS_ELF) in parse_args()
1177 if (IS_ELF) in main()
/NextBSD/usr.bin/ldd/
HDldd.c317 if ((size_t)n >= sizeof(hdr.elf32) && IS_ELF(hdr.elf32) && in is_executable()
359 if ((size_t)n >= sizeof(hdr.elf) && IS_ELF(hdr.elf) && in is_executable()
HDsods.c203 if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) { in dump_file()
/NextBSD/usr.sbin/kgzip/
HDkgzld.c67 if (n >= sizeof(hdr.ee) && IS_ELF(hdr.ee)) in kgzld()
HDkgzcmp.c130 if (n >= sizeof(hdr.ee) && IS_ELF(hdr.ee)) in mk_data()
/NextBSD/usr.bin/gprof/
HDelf.c75 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) { in elf_getnfile()
/NextBSD/usr.bin/elf2aout/
HDelf2aout.c110 if (!IS_ELF(*e)) in main()
/NextBSD/sys/boot/mips/beri/boot2/
HDboot2.c362 if (!IS_ELF(*ehp)) { in boot_fromdram()
392 if (IS_ELF(hdr.eh)) { in boot_fromfs()
/NextBSD/lib/libkvm/
HDkvm_powerpc.c57 if (!IS_ELF(*eh)) in valid_elf_header()
HDkvm_powerpc64.c57 if (!IS_ELF(*eh)) in valid_elf_header()
/NextBSD/sys/compat/linux/
HDlinux_vdso.c111 if (!IS_ELF(*ehdr) || in __elfN()
/NextBSD/sys/boot/sparc64/boot1/
HDboot1.c424 if (!IS_ELF(eh)) { in loadzfs()
472 if (!IS_ELF(eh)) { in load()
/NextBSD/sys/boot/arm/at91/boot2/
HDboot2.c220 if (!IS_ELF(eh)) { in load()
/NextBSD/contrib/binutils/gas/config/
HDtc-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 …]
HDtc-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()
/NextBSD/lib/libc/gen/
HDnlist.c220 if (IS_ELF(*ehdr) && in __elf_is_okay__()
/NextBSD/sys/kern/
HDkern_ctf.c132 if (!IS_ELF(*hdr)) { in link_elf_ctf_get()
/NextBSD/sys/boot/arm/ixp425/boot2/
HDboot2.c227 if (!IS_ELF(eh)) { in load()
/NextBSD/sys/boot/i386/gptboot/
HDgptboot.c267 else if (IS_ELF(hdr.eh)) in load()
/NextBSD/libexec/rtld-elf/
HDmap_object.c339 if (!IS_ELF(*hdr)) { in get_elf_header()
/NextBSD/usr.sbin/crunch/crunchide/
HDexec_elf32.c173 if (IS_ELF(eh) == 0 || eh.e_ident[EI_CLASS] != ELFCLASS) in ELFNAMEEND()
/NextBSD/sys/boot/i386/boot2/
HDboot2.c347 } else if (IS_ELF(hdr.eh)) { in load()
/NextBSD/sys/boot/powerpc/boot1.chrp/
HDboot1.c505 if (!IS_ELF(eh)) { in load()
/NextBSD/sys/boot/common/
HDload_elf_obj.c112 if (!IS_ELF(*hdr)) { in __elfN()

12