Home | History | Annotate | Download | only in libelf

Lines Matching refs:shnum

30 write_file (Elf *elf, off_t size, int change_bo, size_t shnum)
60 ? __elf32_updatemmap (elf, change_bo, shnum)
61 : __elf64_updatemmap (elf, change_bo, shnum)) != 0)
69 ? __elf32_updatefile (elf, change_bo, shnum)
70 : __elf64_updatefile (elf, change_bo, shnum)) != 0)
97 size_t shnum;
129 shnum = (elf->state.elf.scns_last->cnt == 0
137 ? __elf32_updatenull (elf, &change_bo, shnum)
138 : __elf64_updatenull (elf, &change_bo, shnum));
165 size = write_file (elf, size, change_bo, shnum);