HomeSort by relevance Sort by last modified time
    Searched defs:phentsize (Results 1 - 5 of 5) sorted by null

  /external/elfutils/src/libdwfl/
elf-from-memory.c 118 uint_fast16_t phentsize; local
133 phentsize = ehdr.e32.e_phentsize;
134 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
145 phentsize = ehdr.e64.e_phentsize;
146 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
160 xlatefrom.d_size = phnum * phentsize;
162 if ((size_t) nread >= phoff + phnum * phentsize)
169 if (initial_bufsize < phnum * phentsize)
171 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
180 phnum * phentsize, phnum * phentsize)
    [all...]
relocate.c 338 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); local
339 GElf_Off phdrs_end = phdrs_start + phnums * phentsize;
dwfl_module_getdwarf.c 310 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); local
317 || ehdr.e32.e_phentsize != phentsize)
325 || ehdr.e64.e_phentsize != phentsize)
335 + phnum * phentsize
367 src.d_size = phnum * phentsize;
    [all...]
dwfl_segment_report_module.c 335 uint_fast16_t phentsize; local
362 phentsize = ehdr.e32.e_phentsize;
363 if (phentsize != sizeof (Elf32_Phdr))
375 phentsize = ehdr.e64.e_phentsize;
376 if (phentsize != sizeof (Elf64_Phdr))
393 xlatefrom.d_size = phnum * phentsize;
550 && likely (filesz_offset >= phoff + phnum * phentsize))
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 429 milliseconds