Home
last modified time | relevance | path

Searched refs:e_type (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/bsm/
H A Daudit_record.h210 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);
/f-stack/freebsd/security/audit/
H A Dbsm_token.c1451 ADD_U_INT16(dptr, e_type); in au_to_header32_tm()
1493 ADD_U_INT16(dptr, e_type); in au_to_header32_ex_tm()
1523 ADD_U_INT16(dptr, e_type); in au_to_header64_tm()
1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex()
1554 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument
1560 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32()
1564 au_to_header64(__unused int rec_size, __unused au_event_t e_type, in au_to_header64() argument
1571 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64()
1575 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument
1578 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header()
[all …]
/f-stack/freebsd/sys/
H A Delf32.h59 Elf32_Half e_type; /* File type. */ member
H A Delf64.h68 Elf64_Half e_type; /* File type. */ member
/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c152 hdr->e_type = TO_NATIVE(endian, 16, hdr->e_type); in parse_elf()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_load_elf.c118 else if (eh->e_type != ET_REL) in check_elf_header()
/f-stack/freebsd/kern/
H A Dkern_dump.c311 ehdr.e_type = ET_CORE; in dumpsys_generic()
H A Dimgact_elf.c816 if (hdr->e_type == ET_DYN) in __elfN()
818 else if (hdr->e_type == ET_EXEC) in __elfN()
1094 (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)) in __CONCAT()
1177 if (hdr->e_type == ET_DYN) { in __CONCAT()
1231 (__elfN(aslr_enabled) && hdr->e_type == ET_EXEC) || in __CONCAT()
1974 ehdr->e_type = ET_CORE; in __elfN()
H A Dlink_elf.c1027 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in link_elf_load_file()
H A Dlink_elf_obj.c372 hdr->e_type != ET_REL || in link_elf_link_preload()
723 if (hdr->e_type != ET_REL) { in link_elf_load_file()