Searched refs:sbuf_start_section (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 215 sbuf_start_section(sb, NULL); in elf_coredump() 217 sbuf_start_section(sb, &old_len); in elf_coredump() 355 sbuf_start_section(sb, &old_len); in elf_putnotes() 427 sbuf_start_section(sb, &old_len); in elf_putregnote() 430 sbuf_start_section(sb, &old_len); in elf_putregnote() 453 sbuf_start_section(sb, &old_len); in elf_putnote() 458 sbuf_start_section(sb, &old_len); in elf_putnote()
|
/freebsd/lib/libsbuf/ |
H A D | Symbol.map | 29 sbuf_start_section;
|
/freebsd/sys/sys/ |
H A D | sbuf.h | 104 void sbuf_start_section(struct sbuf *, ssize_t *);
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1852 sbuf_start_section(sb, NULL); in __elfN() 2125 sbuf_start_section(sb, &old_len); in __elfN() 2131 sbuf_start_section(sb, &old_len); in __elfN() 2547 sbuf_start_section(sb, &start_len); in note_procstat_files() 2765 sbuf_start_section(sb, &start_len); in __elfN()
|
H A D | subr_sbuf.c | 924 sbuf_start_section(struct sbuf *s, ssize_t *old_lenp) in sbuf_start_section() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1999 sbuf.9 sbuf_start_section.9 \
|