/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | as.h | 587 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro 590 #define IS_ELF 1 macro 592 #define IS_ELF 0 macro
|
H A D | as.c | 686 else if (IS_ELF) in parse_args()
|
H A D | macro.c | 922 sprintf (buf, IS_ELF ? ".LL%04x" : "LL%04x", ++loccnt); in macro_expand_body()
|
H A D | write.c | 733 || (IS_ELF in adjust_reloc_syms()
|
H A D | symbols.c | 1926 #define EXTERN_FORCE_RELOC IS_ELF
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | as.h | 644 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro 647 #define IS_ELF 1 macro 649 #define IS_ELF 0 macro
|
H A D | symbols.c | 1766 #define EXTERN_FORCE_RELOC IS_ELF
|
H A D | write.c | 843 || (IS_ELF in adjust_reloc_syms()
|
/openbsd/usr.bin/rdist/ |
H A D | isexec.c | 59 IS_ELF(hdr) && hdr.e_type == ET_EXEC; in isexec()
|
/openbsd/usr.bin/nm/ |
H A D | nm.c | 272 if (bytes < sizeof(exec_head.elf32) || IS_ELF(exec_head.elf32)) { in process_file() 281 if (!IS_ELF(exec_head.elf32)) { in process_file() 641 if (IS_ELF(head->elf32) && in show_file() 657 } else if (IS_ELF(head->elf64) && in show_file()
|
/openbsd/games/hangman/ |
H A D | ksyms.c | 124 if (!IS_ELF(eh)) in ksyms_elf_parse()
|
/openbsd/usr.bin/gprof/ |
H A D | elf.c | 65 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) { in getnfile()
|
/openbsd/usr.sbin/config/ |
H A D | exec_elf.c | 106 if (!IS_ELF(elf_ex)) in loadkernel()
|
/openbsd/libexec/ld.so/ldd/ |
H A D | ldd.c | 131 if (!IS_ELF(ehdr) || ehdr.e_machine != ELF_TARG_MACH) { in doit()
|
/openbsd/lib/libc/gen/ |
H A D | nlist.c | 69 if (IS_ELF(*ehdr) && in __elf_is_okay__()
|
/openbsd/usr.sbin/installboot/ |
H A D | i386_nlist.c | 79 if (IS_ELF(*ehdr) && in __elf_is_okay__()
|
H A D | i386_installboot.c | 715 if (!IS_ELF(eh)) in loadproto() 811 if (!IS_ELF(eh)) { in getbootparams()
|
/openbsd/usr.sbin/kvm_mkdb/ |
H A D | nlist.c | 83 !IS_ELF(eh)) { in __elf_knlist()
|
/openbsd/usr.bin/ctfconv/ |
H A D | elf.c | 42 if (eh->e_ehsize < sizeof(Elf_Ehdr) || !IS_ELF(*eh)) in iself()
|
/openbsd/sys/arch/hppa/stand/mkboot/ |
H A D | mkboot.c | 197 else if (IS_ELF(*(Elf32_Ehdr *)&ex)) { in putfile()
|
/openbsd/usr.sbin/mkuboot/ |
H A D | mkuboot.c | 295 if (nbytes != sizeof ehdr || !IS_ELF(ehdr)) in is_elf()
|
/openbsd/sys/ddb/ |
H A D | db_dwarf.c | 471 if (!IS_ELF(ehdr)) in main()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i386.c | 1010 if (IS_ELF) in md_begin() 1296 if (!IS_ELF) 3905 if (!IS_ELF) in lex_got() 4771 || (IS_ELF 5069 if (IS_ELF 5077 if (IS_ELF) 5106 if (IS_ELF && fixP->fx_addsy) 5561 if (IS_ELF && cpu_arch_name != NULL) in i386_elf_emit_arch_note() 5665 if (IS_ELF)
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 113 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
|
/openbsd/sys/kern/ |
H A D | exec_elf.c | 139 if (!IS_ELF(*ehdr) || in elf_check_header()
|