Lines Matching refs:__elfN
114 bool __elfN(brand_inuse)(Elf_Brandinfo *entry);
115 int __elfN(insert_brand_entry)(Elf_Brandinfo *entry);
116 int __elfN(remove_brand_entry)(Elf_Brandinfo *entry);
117 int __elfN(freebsd_fixup)(uintptr_t *, struct image_params *);
118 int __elfN(coredump)(struct thread *, struct coredump_writer *, off_t, int);
119 size_t __elfN(populate_note)(int, void *, void *, size_t, void **);
120 int __elfN(freebsd_copyout_auxargs)(struct image_params *, uintptr_t);
121 void __elfN(puthdr)(struct thread *, void *, size_t, int, size_t, int);
122 void __elfN(prepare_notes)(struct thread *, struct note_info_list *,
124 void __elfN(size_segments)(struct thread *, struct sseg_closure *, int);
125 size_t __elfN(register_note)(struct thread *, struct note_info_list *,
127 bool __elfN(parse_notes)(const struct image_params *, const Elf_Note *,
132 void __elfN(dump_thread)(struct thread *, void *, size_t *);
134 extern int __elfN(fallback_brand);
135 extern Elf_Brandnote __elfN(freebsd_brandnote);
136 extern Elf_Brandnote __elfN(kfreebsd_brandnote);