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

  /external/elfutils/tests/
elfshphehdr.c 145 size_t phentsize = (class == ELFCLASS32 local
147 check ("e_phentsize", ehdr.e_phentsize == phentsize);
  /external/elfutils/libdwfl/
elf-from-memory.c 124 uint_fast16_t phentsize; local
139 phentsize = ehdr.e32.e_phentsize;
140 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
151 phentsize = ehdr.e64.e_phentsize;
152 if (phentsize != sizeof (Elf64_Phdr) || phnum == 0)
166 xlatefrom.d_size = phnum * phentsize;
168 if ((size_t) nread >= phoff + phnum * phentsize)
175 if (initial_bufsize < phnum * phentsize)
177 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
187 phnum * phentsize, phnum * phentsize)
    [all...]
relocate.c 569 size_t phentsize = gelf_fsize (relocated, ELF_T_PHDR, 1, EV_CURRENT); local
570 GElf_Off phdrs_end = phdrs_start + phnums * phentsize;
dwfl_module_getdwarf.c 328 size_t phentsize = gelf_fsize (mod->main.elf, ELF_T_PHDR, 1, EV_CURRENT); local
335 || ehdr.e32.e_phentsize != phentsize)
343 || ehdr.e64.e_phentsize != phentsize)
353 + phnum * phentsize
385 src.d_size = phnum * phentsize;
    [all...]
dwfl_segment_report_module.c 343 uint_fast16_t phentsize; local
370 phentsize = ehdr.e32.e_phentsize;
371 if (phentsize != sizeof (Elf32_Phdr))
383 phentsize = ehdr.e64.e_phentsize;
384 if (phentsize != sizeof (Elf64_Phdr))
401 xlatefrom.d_size = phnum * phentsize;
561 && likely (filesz_offset >= phoff + phnum * phentsize))
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 119 milliseconds