Home | History | Annotate | Download | only in libelf

Lines Matching refs:elf_typesize

124   if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1)))
126 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
149 off_t size = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
173 + elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_phnum));
178 elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
182 size += elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_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);
408 + (elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum))));
422 elf_typesize (LIBELFBITS, ELF_T_SHDR, 1),
426 size += elf_typesize (LIBELFBITS, ELF_T_SHDR, shnum);