Lines Matching refs:old_len
184 ssize_t n, old_len; in elf_coredump() local
217 sbuf_start_section(sb, &old_len); in elf_coredump()
219 sbuf_end_section(sb, old_len, hdrsize, 0); in elf_coredump()
339 size_t threads, old_len; in elf_putnotes() local
355 sbuf_start_section(sb, &old_len); in elf_putnotes()
395 size = sbuf_end_section(sb, old_len, 1, 0); in elf_putnotes()
410 ssize_t old_len; in elf_putregnote() local
427 sbuf_start_section(sb, &old_len); in elf_putregnote()
429 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putregnote()
430 sbuf_start_section(sb, &old_len); in elf_putregnote()
432 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putregnote()
444 ssize_t old_len; in elf_putnote() local
453 sbuf_start_section(sb, &old_len); in elf_putnote()
455 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putnote()
458 sbuf_start_section(sb, &old_len); in elf_putnote()
460 sbuf_end_section(sb, old_len, sizeof(Elf32_Size), 0); in elf_putnote()