Searched refs:puthdr (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/btxld/ |
H A D | btxld.c | 116 static void puthdr(int, struct hdr *); 256 puthdr(fdo, &ohdr); in btxld() 398 puthdr(int fd, struct hdr *hdr) in puthdr() function
|
/freebsd/sys/sys/ |
H A D | imgact_elf.h | 120 void __elfN(puthdr)(struct thread *, void *, size_t, int, size_t, int);
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1836 __elfN(puthdr)(p->td, hdr, hdrsize, numsegs, notesz, flags); in __elfN() 1907 __elfN(puthdr)(struct thread *td, void *hdr, size_t hdrsize, int numsegs, in __elfN() argument
|