| /freebsd-12-stable/contrib/binutils/gas/ |
| D | as.h | 590 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro 593 #define IS_ELF 1 macro 595 #define IS_ELF 0 macro
|
| D | as.c | 685 else if (IS_ELF) in parse_args() 1177 if (IS_ELF) in main()
|
| /freebsd-12-stable/usr.bin/ldd/ |
| D | ldd.c | 328 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()
|
| D | sods.c | 205 if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) { in dump_file()
|
| /freebsd-12-stable/usr.bin/gprof/ |
| D | elf.c | 77 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) { in elf_getnfile()
|
| /freebsd-12-stable/stand/mips/beri/boot2/ |
| D | boot2.c | 314 if (!IS_ELF(*ehp)) { in boot_fromdram() 344 if (IS_ELF(hdr.eh)) { in boot_fromfs()
|
| /freebsd-12-stable/usr.bin/elf2aout/ |
| D | elf2aout.c | 112 if (!IS_ELF(*e)) in main()
|
| /freebsd-12-stable/lib/libkvm/ |
| D | kvm_powerpc.c | 59 if (!IS_ELF(*eh)) in valid_elf_header()
|
| D | kvm_powerpc64.c | 59 if (!IS_ELF(*eh)) in valid_elf_header()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_vdso.c | 111 if (!IS_ELF(*ehdr) || in __elfN()
|
| /freebsd-12-stable/stand/sparc64/boot1/ |
| D | boot1.c | 424 if (!IS_ELF(eh)) { in loadzfs() 472 if (!IS_ELF(eh)) { in load()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_ctf.c | 120 if (!IS_ELF(*hdr)) {
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-mips.c | 1877 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 …]
|
| D | tc-i386.c | 1314 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/ |
| D | nlist.c | 220 if (IS_ELF(*ehdr) && in __elf_is_okay__()
|
| /freebsd-12-stable/stand/i386/isoboot/ |
| D | isoboot.c | 350 else if (IS_ELF(hdr.eh)) in load()
|
| /freebsd-12-stable/usr.sbin/crunch/crunchide/ |
| D | exec_elf32.c | 175 if (IS_ELF(eh) == 0 || eh.e_ident[EI_CLASS] != ELFCLASS) in ELFNAMEEND()
|
| /freebsd-12-stable/stand/i386/boot2/ |
| D | boot2.c | 313 } else if (IS_ELF(hdr.eh)) { in load()
|
| /freebsd-12-stable/libexec/rtld-elf/ |
| D | map_object.c | 363 if (!IS_ELF(*hdr)) { in get_elf_header()
|
| /freebsd-12-stable/stand/powerpc/boot1.chrp/ |
| D | boot1.c | 515 if (!IS_ELF(eh)) { in load()
|
| /freebsd-12-stable/usr.sbin/btxld/ |
| D | btxld.c | 368 if (hdr->size >= sizeof(Elf32_Ehdr) && IS_ELF(*ee)) { in gethdr()
|
| /freebsd-12-stable/stand/i386/gptboot/ |
| D | gptboot.c | 411 else if (IS_ELF(hdr.eh)) in load()
|
| /freebsd-12-stable/stand/i386/zfsboot/ |
| D | zfsboot.c | 349 } else if (IS_ELF(hdr.eh)) { in load()
|
| /freebsd-12-stable/usr.sbin/kldxref/ |
| D | ef.c | 597 if (!IS_ELF(*hdr)) in ef_open()
|
| /freebsd-12-stable/stand/common/ |
| D | load_elf_obj.c | 134 if (!IS_ELF(*hdr)) { in __elfN()
|