Searched refs:phentsize (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Delf-from-memory.c134 uint_fast16_t phentsize; local
149 phentsize = ehdr.e32.e_phentsize;
150 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
161 phentsize = ehdr.e64.e_phentsize;
162 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
176 xlatefrom.d_size = phnum * phentsize;
178 if ((size_t) nread >= phoff + phnum * phentsize)
185 if (initial_bufsize < phnum * phentsize)
187 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
196 phnum * phentsize, phnu
[all...]
H A Ddwfl_segment_report_module.c186 uint_fast16_t phentsize; local
210 phentsize = ehdr.e32.e_phentsize;
211 if (phentsize != sizeof (Elf32_Phdr))
223 phentsize = ehdr.e64.e_phentsize;
224 if (phentsize != sizeof (Elf64_Phdr))
241 xlatefrom.d_size = phnum * phentsize;
398 && likely (filesz_offset >= phoff + phnum * phentsize))
H A Ddwfl_module_getdwarf.c365 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); local
372 || ehdr.e32.e_phentsize != phentsize)
380 || ehdr.e64.e_phentsize != phentsize)
390 + phnum * phentsize
422 src.d_size = phnum * phentsize;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 350 milliseconds