Home
last modified time | relevance | path

Searched refs:f_machine (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c149 f_machine = optarg; in process_options()
249 if ((f_machine || f_server || f_root) && (argc != optind)) { in process_options()
906 if (f_machine) { in proc_file()
907 if (strlen(fcb->fcb_suffix) != strlen(f_machine) || in proc_file()
908 (strcmp(fcb->fcb_suffix, f_machine) != 0)) { in proc_file()
H A Dauditrd.h69 char *f_machine; /* 'M' machine (suffix) type */ variable
H A Dauditrt.h198 extern char *f_machine; /* 'M' machine (suffix) type */
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elfread.h171 int f_machine; /* EM_* */ member
H A Ddwarf_elf_load_headers.c304 ep->f_machine = ehdr->ge_machine; in generic_ehdr_from_32()
337 ep->f_machine = ehdr->ge_machine; in generic_ehdr_from_64()
866 int ismips64 = (ep->f_machine == EM_MIPS); in generic_rel_from_rela64()
867 int issparcv9 = (ep->f_machine == EM_SPARCV9); in generic_rel_from_rela64()
945 int ismips64 = (ep->f_machine == EM_MIPS); in generic_rel_from_rel64()
946 int issparcv9 = (ep->f_machine == EM_SPARCV9); in generic_rel_from_rel64()
H A Ddwarf_elfread.c355 Dwarf_Half machine = obj->f_machine; in update_entry()