Home
last modified time | relevance | path

Searched refs:phentsize (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/src/libdwfl/
Delf-from-memory.c118 uint_fast16_t phentsize; in elf_from_remote_memory() local
133 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
134 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0) in elf_from_remote_memory()
145 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
146 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0) in elf_from_remote_memory()
160 xlatefrom.d_size = phnum * phentsize; in elf_from_remote_memory()
162 if ((size_t) nread >= phoff + phnum * phentsize) in elf_from_remote_memory()
169 if (initial_bufsize < phnum * phentsize) in elf_from_remote_memory()
171 unsigned char *newbuf = realloc (buffer, phnum * phentsize); in elf_from_remote_memory()
180 phnum * phentsize, phnum * phentsize); in elf_from_remote_memory()
Ddwfl_segment_report_module.c335 uint_fast16_t phentsize; in dwfl_segment_report_module() local
362 phentsize = ehdr.e32.e_phentsize; in dwfl_segment_report_module()
363 if (phentsize != sizeof (Elf32_Phdr)) in dwfl_segment_report_module()
375 phentsize = ehdr.e64.e_phentsize; in dwfl_segment_report_module()
376 if (phentsize != sizeof (Elf64_Phdr)) in dwfl_segment_report_module()
393 xlatefrom.d_size = phnum * phentsize; in dwfl_segment_report_module()
550 && likely (filesz_offset >= phoff + phnum * phentsize)) in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c310 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); in find_prelink_address_sync() local
317 || ehdr.e32.e_phentsize != phentsize) in find_prelink_address_sync()
325 || ehdr.e64.e_phentsize != phentsize) in find_prelink_address_sync()
335 + phnum * phentsize in find_prelink_address_sync()
367 src.d_size = phnum * phentsize; in find_prelink_address_sync()
Drelocate.c338 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); in relocate_section() local
339 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section()
DChangeLog36 actually used ehsize, shentsize and phentsize.
/external/robolectric/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...