Home | History | Annotate | Download | only in libelf

Lines Matching refs:shnum

73 			       size_t shnum, int *change_bop)
115 if (unlikely (shnum >= SHN_LORESERVE))
121 update_if_changed (ehdr->e_shnum, shnum,
136 __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum)
145 if (ELFW(default_ehdr,LIBELFBITS) (elf, ehdr, shnum, change_bop) != 0)
190 if (shnum > 0)
197 if (shnum >= SHN_LORESERVE)
204 shnum, scn0->shdr_flags);
413 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
431 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);