Searched refs:ELFMAG (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c48 #define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0)
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_bargs.c79 (memcmp(&ident[EI_MAG0], ELFMAG, 4) == 0) &&
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h123 #define ELFMAG "\177ELF" macro
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c98 } else if ((is_noelf = memcmp(&ehdr.e_ident[EI_MAG0], ELFMAG,
H A DPcore.c1619 if ((is_noelf = memcmp(&e32.e_ident[EI_MAG0], ELFMAG, SELFMAG)) != 0 ||
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c253 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c69 #define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0)
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h121 #define ELFMAG "\177ELF" macro
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c607 bcopy(ELFMAG, ehdr.e_ident, SELFMAG);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c1102 if (ehdr->e_ident[j] != ELFMAG[j]) {
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c864 if (mp->hdr.e_ident[i] != ELFMAG[i])
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h138 #define ELFMAG "\177ELF" /* magic string */ macro
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c884 memcmp(&ident[EI_MAG0], ELFMAG, 4) != 0) {
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c232 if (*(int *)&elfhdr.e_ident == *(int *)(ELFMAG)) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c733 bcmp(&ehp->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) {
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1908 if (mp->hdr.e_ident[i] != ELFMAG[i]) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2200 if (memcmp(elf.e_ident, ELFMAG, 4) != 0) {

Completed in 112 milliseconds