Home
last modified time | relevance | path

Searched refs:ISELF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c45 #define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0) macro
147 if (ISELF && (magic_buf[EI_CLASS] == ELFCLASS32)) in nlist()
149 if (ISELF) /* 64-bit case handles both Elf32 and Elf64 */ in nlist()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c69 #define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0) macro
119 if (ISELF) { in nlist()