HomeSort by relevance Sort by last modified time
    Searched refs:elf_typesize (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
elf32_updatenull.c 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)
    [all...]
elf32_newphdr.c 144 elf_typesize (LIBELFBITS, ELF_T_PHDR, 1);
158 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
elf32_updatefile.c 141 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
173 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
208 + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1),
210 + elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_phnum));
486 == elf_typesize (LIBELFBITS, ELF_T_EHDR, 1));
521 == elf_typesize (LIBELFBITS, ELF_T_PHDR, 1));
587 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
libelfP.h 435 # define elf_typesize(class,type,n) \ macro
438 # define elf_typesize(class,type,n) \ macro

Completed in 59 milliseconds