Home | History | Annotate | Download | only in libelf

Lines Matching refs:elf_typesize

107   if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)))
109 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
140 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
168 + elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum));
173 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
177 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, phnum);
227 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
230 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
241 sh_entsize = elf_typesize (32, ELF_T_WORD, 1);
247 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
250 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
253 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
256 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_MOVE, 1);
259 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYMINFO, 1);
417 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1), ehdr_flags);
425 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
440 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);