| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | itbl-ops.c | 122 e_type type; /* dreg/creg/greg/immed/symb */ 135 e_type type; /* dreg/creg/greg/insn */ 152 static e_type get_type (int yytype); 155 e_type type); 157 e_type type, char *name); 161 e_type type, char *name, unsigned long value); 258 e_type type; in itbl_init() 432 e_type t; in itbl_get_reg_val() 736 e_type type, char *n) in find_entry_byname() 815 static e_type [all …]
|
| H A D | itbl-ops.h | 67 } e_type; typedef 88 int itbl_get_val (e_processor processor, e_type type, char *name, 90 char *itbl_get_name (e_processor processor, e_type type, unsigned long val);
|
| /freebsd-12.1/contrib/openbsm/sys/bsm/ |
| H A D | audit_record.h | 203 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 205 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 207 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 210 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod); 211 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod); 212 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod); 213 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod); 214 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
|
| /freebsd-12.1/sys/bsm/ |
| H A D | audit_record.h | 210 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 212 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 214 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, 217 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod); 218 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod); 219 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod); 220 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod); 221 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
|
| /freebsd-12.1/sbin/restore/ |
| H A D | restore.c | 128 if (ep->e_type != NODE) in deletefile() 185 if (ep->e_type == LEAF) { in removeoldleaves() 282 (((key & INOFND) && ip->e_type != type) || in nodeupdates() 283 ((key & NAMEFND) && np->e_type != type))) in nodeupdates() 366 if (ip->e_type == NODE) { in nodeupdates() 421 if (ip->e_type == LEAF) { in nodeupdates() 424 if (ip->e_type != LEAF) in nodeupdates() 540 if (np->e_type == LEAF) { in findunreflinks() 803 if (ep->e_type == NODE) { in createlinks() 828 if (ep->e_type == NODE) in checkrestore() [all …]
|
| H A D | utilities.c | 143 if (np->e_type != NODE) in newnode() 162 if (ep->e_type != NODE) in removenode() 184 if (ep->e_type != LEAF) in removeleaf() 269 if (ep->e_type != LEAF) in delwhiteout() 292 if (ep == NULL || ep->e_type == NODE) in lowerbnd() 310 if (ep == NULL || ep->e_type == NODE) in upperbnd() 338 ep->e_type == NODE ? "NODE" : "LEAF"); in badentry()
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | gelf_ehdr.c | 69 d->e_type = eh32->e_type; in gelf_getehdr() 152 eh32->e_type = s->e_type; in gelf_update_ehdr()
|
| /freebsd-12.1/sys/security/audit/ |
| H A D | bsm_token.c | 1453 ADD_U_INT16(dptr, e_type); in au_to_header32_tm() 1495 ADD_U_INT16(dptr, e_type); in au_to_header32_ex_tm() 1525 ADD_U_INT16(dptr, e_type); in au_to_header64_tm() 1549 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1556 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument 1562 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32() 1566 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64() argument 1573 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64() 1577 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument 1580 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header() [all …]
|
| /freebsd-12.1/contrib/openbsm/libbsm/ |
| H A D | bsm_token.c | 1480 ADD_U_INT16(dptr, e_type); in au_to_header32_tm() 1523 ADD_U_INT16(dptr, e_type); in au_to_header32_ex_tm() 1555 ADD_U_INT16(dptr, e_type); in au_to_header64_tm() 1579 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1586 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument 1592 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32() 1596 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64() argument 1603 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64() 1607 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument 1610 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header() [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/ |
| H A D | sample_trie_e_access_traits.hpp | 72 typedef char e_type; typedef in sample_trie_e_access_traits 91 e_pos(e_type e);
|
| H A D | string_trie_e_access_traits_imp.hpp | 54 e_pos(e_type e) in e_pos()
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_elem_ptm.h | 64 void SetErrType(const ocsd_ptm_pkt_type e_type); 142 inline void PtmTrcPacket::SetErrType(const ocsd_ptm_pkt_type e_type) in SetErrType() argument 145 type = e_type; in SetErrType()
|
| /freebsd-12.1/lib/libipsec/ |
| H A D | pfkey.c | 478 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update() argument 485 u_int e_type, e_keylen, a_type, a_keylen, flags; 509 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_add() argument 516 u_int e_type, e_keylen, a_type, a_keylen, flags; 1120 u_int e_type, e_keylen, a_type, a_keylen, flags; 1152 if (e_type == SADB_EALG_NONE) { 1158 if (e_type != SADB_EALG_NONE) { 1168 if (e_type == SADB_X_CALG_NONE) { 1178 if (e_type != SADB_EALG_NONE) { 1210 if (e_type != SADB_EALG_NONE) [all …]
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | external.h | 42 unsigned char e_type[2]; /* Identifies object file type */ member 59 unsigned char e_type[2]; /* Identifies object file type */ member
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_elem_etmv3.h | 75 void SetErrType(const ocsd_etmv3_pkt_type e_type); 186 inline void EtmV3TrcPacket::SetErrType(const ocsd_etmv3_pkt_type e_type) in SetErrType() argument 189 m_pkt_data.type = e_type; in SetErrType()
|
| /freebsd-12.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 337 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN && in pmcstat_image_get_elf_params() 338 !(image->pi_iskernelmodule && eh.e_type == ET_REL)) { in pmcstat_image_get_elf_params() 352 if (eh.e_type == ET_EXEC) { in pmcstat_image_get_elf_params()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/ |
| H A D | trie_policy.hpp | 96 typedef typename std::iterator_traits<const_iterator>::value_type e_type; typedef 118 e_pos(e_type e);
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | aoutx.h | 1557 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags() 1581 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1583 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1585 sym_pointer->e_type[0] |= N_DATA; in translate_to_native_sym_flags() 1587 sym_pointer->e_type[0] |= N_BSS; in translate_to_native_sym_flags() 1591 sym_pointer->e_type[0] = N_INDR; in translate_to_native_sym_flags() 1597 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1617 sym_pointer->e_type[0] |= N_EXT; in translate_to_native_sym_flags() 1632 sym_pointer->e_type[0] = type; in translate_to_native_sym_flags() 1648 sym_pointer->e_type[0] = type; in translate_to_native_sym_flags() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_pid.c | 573 GElf_Half e_type; in dt_pid_usdt_mapping() local 597 if (Pread(P, &e_type, sizeof (e_type), pmp->pr_vaddr + in dt_pid_usdt_mapping() 598 offsetof(Elf64_Ehdr, e_type)) != sizeof (e_type)) { in dt_pid_usdt_mapping() 604 dh.dofhp_addr = (e_type == ET_EXEC) ? 0 : pmp->pr_vaddr; in dt_pid_usdt_mapping()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | readelf.c | 1661 switch (e_type) in get_file_type() 1670 if ((e_type >= ET_LOPROC) && (e_type <= ET_HIPROC)) in get_file_type() 1672 else if ((e_type >= ET_LOOS) && (e_type <= ET_HIOS)) in get_file_type() 9086 switch (e_type) in get_note_type() 9120 switch (e_type) in get_note_type() 9140 switch (e_type) in get_freebsd_note_type() 9168 switch (e_type) in get_freebsd_note_type() 9189 switch (e_type) in get_gnu_note_type() 9233 switch (e_type) in get_netbsd_elfcore_note_type() 9499 elf_header.e_type = BYTE_GET (ehdr32.e_type); in get_file_header() [all …]
|
| /freebsd-12.1/contrib/elftoolchain/addr2line/ |
| H A D | addr2line.c | 622 if (eh.e_type == ET_EXEC || eh.e_type == ET_DYN) { in find_section_base() 628 } else if (eh.e_type == ET_REL) { in find_section_base() 636 warnx("unknown e_type %u", eh.e_type); in find_section_base()
|
| /freebsd-12.1/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 306 u_int16_t e_type; member 325 u_int16_t e_type; member 336 u_int16_t e_type; member 345 u_int16_t e_type; member
|
| /freebsd-12.1/stand/common/ |
| H A D | load_elf.c | 135 CONVERT_FIELD(b, e_type, e); \ in elf_header_convert() 310 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN() 327 if (ehdr->e_type == ET_EXEC) in __elfN() 338 } else if (ehdr->e_type == ET_DYN) { in __elfN() 458 if (ehdr->e_type == ET_EXEC) { in __elfN() 923 if (ef.kernel == 1 || ef.ehdr->e_type == ET_EXEC) { in __elfN() 925 } else if (ef.ehdr->e_type != ET_DYN) { in __elfN()
|
| /freebsd-12.1/usr.bin/ldd/ |
| H A D | ldd.c | 348 if (hdr.elf32.e_type == ET_DYN) { in is_executable() 390 if (hdr.elf.e_type == ET_DYN) { in is_executable()
|
| /freebsd-12.1/contrib/binutils/include/coff/ |
| H A D | sparc.h | 78 char e_type[2]; member
|