Home | History | Annotate | Download | only in libelf

Lines Matching refs:shnum

40 			       size_t shnum, int *change_bop)
82 if (unlikely (shnum >= SHN_LORESERVE))
88 update_if_changed (ehdr->e_shnum, shnum,
103 __elfw2(LIBELFBITS,updatenull) (Elf *elf, int *change_bop, size_t shnum)
111 if (ELFW(default_ehdr,LIBELFBITS) (elf, ehdr, shnum, change_bop) != 0)
146 if (shnum > 0)
153 if (shnum >= SHN_LORESERVE)
158 = shnum;
345 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
363 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);