Home
last modified time | relevance | path

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

12

/trueos/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()
/trueos/usr.bin/ldd/
HDldd.c308 if ((size_t)n >= sizeof(hdr.elf32) && IS_ELF(hdr.elf32) && in is_executable()
350 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()
/trueos/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()
/trueos/lib/libc/ia64/gen/
HDunwind.c69 assert(IS_ELF(*ehdr)); in _Unwind_FindTableEntry()
/trueos/usr.bin/gprof/
HDelf.c75 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) { in elf_getnfile()
/trueos/usr.bin/elf2aout/
HDelf2aout.c110 if (!IS_ELF(*e)) in main()
/trueos/lib/libkvm/
HDkvm_powerpc64.c60 if (!IS_ELF(*eh)) in valid_elf_header()
HDkvm_powerpc.c60 if (!IS_ELF(*eh)) in valid_elf_header()
/trueos/sys/boot/sparc64/boot1/
HDboot1.c424 if (!IS_ELF(eh)) { in loadzfs()
472 if (!IS_ELF(eh)) { in load()
/trueos/sys/boot/arm/at91/boot2/
HDboot2.c218 if (!IS_ELF(eh)) { in load()
/trueos/sys/ia64/ia64/
HDelf_machdep.c283 if (!IS_ELF(*hdr)) { in elf_cpu_load_file()
/trueos/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()
/trueos/lib/libc/gen/
HDnlist.c221 if (IS_ELF(*ehdr) && in __elf_is_okay__()
/trueos/sys/kern/
HDkern_ctf.c132 if (!IS_ELF(*hdr)) { in link_elf_ctf_get()
/trueos/sys/boot/arm/ixp425/boot2/
HDboot2.c227 if (!IS_ELF(eh)) { in load()
/trueos/sys/xen/interface/
HDelfstructs.h104 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/trueos/sys/boot/i386/gptboot/
HDgptboot.c265 else if (IS_ELF(hdr.eh)) in load()
/trueos/libexec/rtld-elf/
HDmap_object.c321 if (!IS_ELF(*hdr)) { in get_elf_header()
/trueos/usr.sbin/crunch/crunchide/
HDexec_elf32.c170 if (IS_ELF(eh) == 0) in ELFNAMEEND()
/trueos/sys/sys/
HDelf_common.h124 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/trueos/sys/boot/powerpc/boot1.chrp/
HDboot1.c505 if (!IS_ELF(eh)) { in load()

12