Searched defs:__elfN (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 214 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN() function 260 __elfN(insert_brand_entry)(Elf_Brandinfo *entry) in __elfN() function 279 __elfN(remove_brand_entry)(Elf_Brandinfo *entry) in __elfN() function 295 __elfN(brand_inuse)(Elf_Brandinfo *entry) in __elfN() function 457 __elfN(phdr_in_zero_page)(const Elf_Ehdr *hdr) in __elfN() function 464 __elfN(check_header)(const Elf_Ehdr *hdr) in __elfN() function 754 __elfN(load_file)(struct proc *p, const char *file, u_long *addr, in __elfN() function 2106 __elfN(putnote)(struct note_info *ninfo, struct sbuf *sb) in __elfN() function 2298 __elfN(note_thrmisc)(void *arg, struct sbuf *sb, size_t *sizep) in __elfN() function 2792 __elfN(trans_prot)(Elf_Word flags) in __elfN() function [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | elf_generic.h | 55 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 111 __elfN(dump_thread)(struct thread *td __unused, void *dst __unused, in __elfN() function
|