Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Das.h587 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
590 #define IS_ELF 1 macro
592 #define IS_ELF 0 macro
H A Das.c686 else if (IS_ELF) in parse_args()
H A Dmacro.c922 sprintf (buf, IS_ELF ? ".LL%04x" : "LL%04x", ++loccnt); in macro_expand_body()
H A Dwrite.c733 || (IS_ELF in adjust_reloc_syms()
H A Dsymbols.c1926 #define EXTERN_FORCE_RELOC IS_ELF
/openbsd/gnu/usr.bin/binutils/gas/
H A Das.h644 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
647 #define IS_ELF 1 macro
649 #define IS_ELF 0 macro
H A Dsymbols.c1766 #define EXTERN_FORCE_RELOC IS_ELF
H A Dwrite.c843 || (IS_ELF in adjust_reloc_syms()
/openbsd/usr.bin/rdist/
H A Disexec.c59 IS_ELF(hdr) && hdr.e_type == ET_EXEC; in isexec()
/openbsd/usr.bin/nm/
H A Dnm.c272 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 Dksyms.c124 if (!IS_ELF(eh)) in ksyms_elf_parse()
/openbsd/usr.bin/gprof/
H A Delf.c65 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) { in getnfile()
/openbsd/usr.sbin/config/
H A Dexec_elf.c106 if (!IS_ELF(elf_ex)) in loadkernel()
/openbsd/libexec/ld.so/ldd/
H A Dldd.c131 if (!IS_ELF(ehdr) || ehdr.e_machine != ELF_TARG_MACH) { in doit()
/openbsd/lib/libc/gen/
H A Dnlist.c69 if (IS_ELF(*ehdr) && in __elf_is_okay__()
/openbsd/usr.sbin/installboot/
H A Di386_nlist.c79 if (IS_ELF(*ehdr) && in __elf_is_okay__()
H A Di386_installboot.c715 if (!IS_ELF(eh)) in loadproto()
811 if (!IS_ELF(eh)) { in getbootparams()
/openbsd/usr.sbin/kvm_mkdb/
H A Dnlist.c83 !IS_ELF(eh)) { in __elf_knlist()
/openbsd/usr.bin/ctfconv/
H A Delf.c42 if (eh->e_ehsize < sizeof(Elf_Ehdr) || !IS_ELF(*eh)) in iself()
/openbsd/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c197 else if (IS_ELF(*(Elf32_Ehdr *)&ex)) { in putfile()
/openbsd/usr.sbin/mkuboot/
H A Dmkuboot.c295 if (nbytes != sizeof ehdr || !IS_ELF(ehdr)) in is_elf()
/openbsd/sys/ddb/
H A Ddb_dwarf.c471 if (!IS_ELF(ehdr)) in main()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c1010 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 Dexec_elf.h113 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/openbsd/sys/kern/
H A Dexec_elf.c139 if (!IS_ELF(*ehdr) || in elf_check_header()

12