Searched refs:SELFMAG (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 45 #define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0)
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 100 SELFMAG)) != 0 || ehdr.e_type != ET_CORE) { in open_core()
|
H A D | Pcore.c | 1721 if ((is_noelf = memcmp(&e32.e_ident[EI_MAG0], ELFMAG, SELFMAG)) != 0 || in core_elf_fdopen()
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 69 #define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 123 #define SELFMAG 4 macro
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 605 bcopy(ELFMAG, ehdr.e_ident, SELFMAG); in objfs_data_read()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 139 #define SELFMAG 4 /* magic string size */ macro
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 842 for (i = 0; i < SELFMAG; i++) in init_xen_module()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 481 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { in ctf_fdcreate_int()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 1089 for (j = 0; j < SELFMAG; j++) { in fastboot_load_kernel()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 733 bcmp(&ehp->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) { in mdb_gelf_check()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1891 for (i = 0; i < SELFMAG; i++) { in kobj_load_module()
|