Lines Matching refs:descsz
8747 handle_core_items (Elf *core, const void *desc, size_t descsz, in handle_core_items() argument
8762 size_t size = descsz; in handle_core_items()
8804 if (descsz == 0) in handle_core_items()
8819 descsz -= eltsz; in handle_core_items()
8821 while (descsz >= eltsz && !memcmp (desc, last, eltsz)); in handle_core_items()
8827 descsz += eltsz; in handle_core_items()
8835 while (descsz > 0); in handle_core_items()
9083 handle_auxv_note (Ebl *ebl, Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_auxv_note() argument
9085 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_AUXV); in handle_auxv_note()
9091 const size_t nauxv = descsz / gelf_fsize (core, ELF_T_AUXV, 1, EV_CURRENT); in handle_auxv_note()
9195 handle_siginfo_note (Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_siginfo_note() argument
9197 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_BYTE); in handle_siginfo_note()
9253 handle_file_note (Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_file_note() argument
9255 Elf_Data *data = elf_getdata_rawchunk (core, desc_pos, descsz, ELF_T_BYTE); in handle_file_note()