Searched refs:sbuf_end_section (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 219 sbuf_end_section(sb, old_len, hdrsize, 0); in elf_coredump() 223 sbuf_end_section(sb, -1, getpagesize(), 0); in elf_coredump() 395 size = sbuf_end_section(sb, old_len, 1, 0); in elf_putnotes() 429 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putregnote() 432 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putregnote() 455 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putnote() 460 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putnote()
|
/freebsd/lib/libsbuf/ |
H A D | Symbol.map | 30 sbuf_end_section;
|
/freebsd/sys/sys/ |
H A D | sbuf.h | 105 ssize_t sbuf_end_section(struct sbuf *, ssize_t, size_t, int);
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1846 sbuf_end_section(sb, -1, PAGE_SIZE, 0); in __elfN() 2117 sbuf_end_section(sb, old_len, ELF_NOTE_ROUNDSIZE, 0); in __elfN() 2131 sect_len = sbuf_end_section(sb, old_len, ELF_NOTE_ROUNDSIZE, 0); in __elfN() 2543 sect_len = sbuf_end_section(sb, start_len, 0, 0); in note_procstat_files() 2758 sect_len = sbuf_end_section(sb, start_len, 0, 0); in __elfN()
|
H A D | subr_sbuf.c | 950 sbuf_end_section(struct sbuf *s, ssize_t old_len, size_t pad, int c) in sbuf_end_section() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1995 sbuf.9 sbuf_end_section.9 \
|