Searched refs:e_type (Results 1 - 25 of 94) sorted by relevance

1234

/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c86 uint32_t e_type; /* BYTE, SHORT, STR, et al */ member in struct:entry
336 ep->e_type = LONG;
342 ep->e_type = BYTE;
347 ep->e_type = SHORT;
353 ep->e_type = LONG;
357 ep->e_type = LLONG;
360 ep->e_type = LONG;
367 ep->e_type = LLONG;
369 ep->e_type = LONG;
375 ep->e_type
[all...]
H A Delf_read.c224 EI->type = ehdr->e_type;
237 if (ehdr->e_type != ET_CORE)
329 EI_Ehdr.e_type == ET_CORE) {
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c63 if (eh->e_type != ET_EXEC) {
64 (void) fprintf(stderr, "%s: not ET_EXEC, e_type = 0x%x\n",
65 pname, eh->e_type);
133 if (eh->e_type != ET_EXEC) {
134 (void) fprintf(stderr, "%s: not ET_EXEC, e_type = 0x%x\n",
135 pname, eh->e_type);
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c92 if (eh->e_type != ET_EXEC)
93 dboot_panic("not ET_EXEC, e_type = 0x%x", eh->e_type);
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c538 * For e_type ET_EXEC, we need to unmap all of the elements in mrp since
545 * If e_type is passed in as zero, num_mapped must equal num_segs.
549 ushort_t e_type)
556 if (e_type == ET_EXEC) {
560 if (e_type == 0) {
584 ASSERT(e_type != ET_DYN);
604 ASSERT(e_type == ET_DYN);
1212 int num_elements, cred_t *fcred, ushort_t e_type)
1256 mmapobj_unmap(mrp, i, num_elements, e_type);
1270 if (e_type
548 mmapobj_unmap(mmapobj_result_t *mrp, int num_mapped, int num_segs, ushort_t e_type) argument
1211 mmapobj_map_elf(struct vnode *vp, caddr_t start_addr, mmapobj_result_t *mrp, int num_elements, cred_t *fcred, ushort_t e_type) argument
1322 ushort_t e_type = ehdrp->e_type; /* same offset 32 and 64 bit */ local
1569 ushort_t e_type = ehdrp->e_type; /* same offset 32 and 64 bit */ local
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c104 au_close(au_kcontext_t *kctx, caddr_t *d, int flag, au_event_t e_type, argument
125 au_close_defer(dchain, flag, e_type, e_mod, e_time);
128 au_close_time(kctx, dchain, flag, e_type, e_mod, e_time);
137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, argument
160 attr->audi_e_type = e_type;
231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type, argument
262 if (e_type != AUE_SYSTEMBOOT) {
300 record = au_to_header_ex(byte_count, e_type, e_mod);
302 record = au_to_header(byte_count, e_type, e_mod);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h6 /* Values for e_type. */
167 Elf32_Half e_type; /* File type. */ member in struct:__anon2085
184 Elf64_Half e_type; /* File type. */ member in struct:__anon2086
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h68 Elf32_Half e_type; /* file types */ member in struct:__anon2184
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c66 if (eh->e_type != ET_EXEC) {
67 (void) fprintf(stderr, "%s: %s: not ET_EXEC, e_type = 0x%x\n",
68 pname, fname, eh->e_type);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c264 if (ehdr->e_type == ET_DYN)
361 if (ehdr->e_type == ET_DYN)
516 if (ehdr->e_type == ET_DYN)
544 if (ehdr->e_type == ET_DYN)
570 if (ehdr->e_type == ET_DYN)
594 if (ehdr->e_type == ET_DYN)
626 if (ehdr->e_type == ET_DYN) {
695 if (ehdr->e_type == ET_DYN)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_common.c127 dh.dofhp_addr = elf->e_type == ET_DYN ? addr : 0;
H A Ddt_pid.c524 GElf_Half e_type; local
548 if (Pread(P, &e_type, sizeof (e_type), pmp->pr_vaddr +
549 offsetof(Elf64_Ehdr, e_type)) != sizeof (e_type)) {
555 dh.dofhp_addr = (e_type == ET_EXEC) ? 0 : pmp->pr_vaddr;
/illumos-gate/usr/src/lib/libtnfctl/
H A Dtraverse.c82 if ((ehdr->e_type != ET_EXEC) && (ehdr->e_type != ET_DYN)) {
90 if (ehdr->e_type == ET_EXEC)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c150 (ifl->ifl_ehdr->e_type == ET_DYN)) {
158 (ifl->ifl_ehdr->e_type == ET_REL)) {
329 (ifl->ifl_ehdr->e_type == ET_REL)) {
383 (ifl->ifl_ehdr->e_type == ET_DYN))
412 if (ifl->ifl_ehdr->e_type == ET_REL) {
559 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
560 Half nfile = ifl->ifl_ehdr->e_type;
662 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
663 Half nfile = ifl->ifl_ehdr->e_type;
836 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
[all...]
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c464 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN) &&
465 (ehdr.e_type != ET_REL)) {
478 if (ehdr.e_type == ET_EXEC) {
573 if ((ehdr.e_type == ET_EXEC) && interp)
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c169 if (ep->e_type == LEAF) {
294 (((key & INOFND) && ip->e_type != type) ||
295 ((key & NAMEFND) && np->e_type != type)))
386 if (ip->e_type == NODE) {
435 if (ip->e_type == LEAF) {
546 if (ep == NIL || ep->e_type == LEAF || BIT(i, dumpmap) == 0)
563 if (np->e_type == LEAF) {
879 if (ep->e_type == NODE) {
915 if (ep->e_type == NODE) {
954 if (ep->e_type
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_share.h224 int e_type; member in struct:smb_shr_execinfo
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c140 au_close(int d, int right, au_event_t e_type) argument
242 adr_ushort(&adr, &e_type, 1);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c48 char *e_type; /* where kind == PRIMITIVE */ member in struct:entry_t
49 /* base type, ie. char if e_type is char */
670 return (e->e_type);
687 p = e->e_type;
808 e->e_type = strset(e->e_type, type);
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c62 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf1));
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c77 if (ehdr.e_type == ET_EXEC)
/illumos-gate/usr/src/tools/scripts/
H A Dfind_elf.pl96 "-e ehdr:e_type -e 'dyn:tag verdef'";
138 if ($Line =~ /e_type:\s*ET_([^\s]+)/) {
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h57 Elf32_Half e_type; /* File type. */ member in struct:__anon407
H A Delf64.h66 Elf64_Half e_type; /* File type. */ member in struct:__anon424
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c538 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {

Completed in 105 milliseconds

1234