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

1234

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp72 typedef char e_type; typedef in class:sample_trie_e_access_traits
91 e_pos(e_type e);
H A Dstring_trie_e_access_traits_imp.hpp54 e_pos(e_type e)
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-ops.h67 } e_type; typedef in typeref:enum:__anon359
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);
H A Ditbl-ops.c66 * e_type type = e_insn
72 * e_type type = e_dreg
75 * e_type type = e_immed
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);
159 e_type type, unsigned long val, struct itbl_range *r);
161 e_type typ
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c69 d->e_type = eh32->e_type;
152 eh32->e_type = s->e_type;
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h42 unsigned char e_type[2]; /* Identifies object file type */ member in struct:__anon501
59 unsigned char e_type[2]; /* Identifies object file type */ member in struct:__anon502
H A Dinternal.h51 unsigned short e_type; /* Identifies object file type */ member in struct:elf_internal_ehdr
/freebsd-11-stable/sbin/restore/
H A Dutilities.c141 if (np->e_type != NODE)
160 if (ep->e_type != NODE)
182 if (ep->e_type != LEAF)
267 if (ep->e_type != LEAF)
290 if (ep == NULL || ep->e_type == NODE)
308 if (ep == NULL || ep->e_type == NODE)
336 ep->e_type == NODE ? "NODE" : "LEAF");
H A Drestore.c126 if (ep->e_type != NODE)
183 if (ep->e_type == LEAF) {
280 (((key & INOFND) && ip->e_type != type) ||
281 ((key & NAMEFND) && np->e_type != type)))
364 if (ip->e_type == NODE) {
419 if (ip->e_type == LEAF) {
422 if (ip->e_type != LEAF)
521 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
538 if (np->e_type == LEAF) {
801 if (ep->e_type
[all...]
H A Drestore.h72 char e_type; /* type of this entry, see below */ member in struct:entry
/freebsd-11-stable/sys/bsm/
H A Daudit_record.h208 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
210 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
212 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
215 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
216 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
217 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
218 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
219 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit_record.h196 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
198 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
200 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
203 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
204 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
205 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
206 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
207 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsparc.h78 char e_type[2]; member in struct:external_syment
H A Dexternal.h164 char e_type[2]; member in struct:external_syment
H A Drs6000.h121 char e_type[2]; member in struct:external_syment
H A Drs6k64.h128 char e_type[2]; member in struct:external_syment
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c1465 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1480 ADD_U_INT16(dptr, e_type);
1503 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1523 ADD_U_INT16(dptr, e_type);
1540 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1555 ADD_U_INT16(dptr, e_type);
1569 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1579 return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
1581 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia));
1586 au_to_header32(int rec_size, au_event_t e_type, au_emod_ argument
1596 au_to_header64(__unused int rec_size, __unused au_event_t e_type, __unused au_emod_t e_mod) argument
1607 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1615 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
[all...]
/freebsd-11-stable/sys/security/audit/
H A Dbsm_token.c1438 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1451 ADD_U_INT16(dptr, e_type);
1474 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1493 ADD_U_INT16(dptr, e_type);
1510 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, argument
1523 ADD_U_INT16(dptr, e_type);
1537 au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm));
1549 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia));
1554 au_to_header32(int rec_size, au_event_t e_type, au_emod_ argument
1564 au_to_header64(__unused int rec_size, __unused au_event_t e_type, __unused au_emod_t e_mod) argument
1575 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
1583 au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod) argument
[all...]
/freebsd-11-stable/contrib/file/src/
H A Delfclass.h34 type = elf_getu16(swap, elfhdr.e_type);
/freebsd-11-stable/lib/libipsec/
H A Dpfkey.c476 keymat, e_type, e_keylen, a_type, a_keylen, flags,
483 u_int e_type, e_keylen, a_type, a_keylen, flags;
491 keymat, e_type, e_keylen, a_type, a_keylen, flags,
507 keymat, e_type, e_keylen, a_type, a_keylen, flags,
514 u_int e_type, e_keylen, a_type, a_keylen, flags;
522 keymat, e_type, e_keylen, a_type, a_keylen, flags,
1110 keymat, e_type, e_keylen, a_type, a_keylen, flags,
1118 u_int e_type, e_keylen, a_type, a_keylen, flags;
1150 if (e_type == SADB_EALG_NONE) {
1156 if (e_type !
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp96 typedef typename std::iterator_traits<const_iterator>::value_type e_type; typedef in struct:pb_ds::string_trie_e_access_traits
118 e_pos(e_type e);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcore.h176 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c149 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h303 u_int16_t e_type; member in struct:__anon3939
322 u_int16_t e_type; member in struct:__anon3940
333 u_int16_t e_type; member in struct:__anon3941
342 u_int16_t e_type; member in struct:__anon3942
/freebsd-11-stable/sys/sys/
H A Delf64.h66 Elf64_Half e_type; /* File type. */ member in struct:__anon8483

Completed in 172 milliseconds

1234