Searched refs:phnum (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/libelf/
H A Dgelf_newphdr.c62 gelf_newphdr (elf, phnum)
64 size_t phnum;
67 ? (unsigned long int) INTUSE(elf32_newphdr) (elf, phnum)
68 : (unsigned long int) INTUSE(elf64_newphdr) (elf, phnum));
H A Delf32_getphdr.c97 size_t phnum = ehdr->e_phnum; local
98 if (phnum == 0)
104 size_t size = phnum * sizeof (ElfW2(LIBELFBITS,Phdr));
154 for (size_t cnt = 0; cnt < phnum; ++cnt)
201 for (size_t cnt = 0; cnt < phnum; ++cnt)
/external/elfutils/libdwfl/
H A Delf-from-memory.c133 uint_fast16_t phnum; local
148 phnum = ehdr.e32.e_phnum;
150 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0)
160 phnum = ehdr.e64.e_phnum;
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 * phentsiz
[all...]
H A Ddwfl_segment_report_module.c181 uint_fast16_t phnum; local
205 phnum = ehdr.e32.e_phnum;
218 phnum = ehdr.e64.e_phnum;
233 if (phnum == 0)
237 xlatefrom.d_size = phnum * phentsize;
249 Elf32_Phdr p32[phnum];
250 Elf64_Phdr p64[phnum];
393 && likely (filesz_offset >= phoff + phnum * phentsize))
414 for (uint_fast16_t i = 0; i < phnum; ++i)
426 for (uint_fast16_t i = 0; i < phnum;
[all...]
H A Dlink_map.c649 GElf_Xword phnum = 0;
662 phnum = val; \
694 if (phdr != 0 && phnum != 0)
702 .d_size = phnum * phent,
706 phdr, phnum * phent, memory_callback_arg))
712 char data[phnum * phent];
718 .d_size = phnum * phent,
729 Elf32_Phdr p32[phnum];
730 Elf64_Phdr p64[phnum];
734 for (size_t i = 0; i < phnum;
645 GElf_Xword phnum = 0; local
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_ume.h54 Int phnum; // OUT: number of phdrs member in struct:__anon15021
/external/valgrind/main/coregrind/m_ume/
H A Delf.c345 info->phnum = e->e.e_phnum;
/external/elfutils/src/
H A Dunstrip.c975 uint_fast16_t phnum;
979 phnum = ehdr.e32.e_phnum;
984 phnum = ehdr.e64.e_phnum;
988 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT);
973 uint_fast16_t phnum; local
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c664 auxv->u.a_val = info->phnum;
/external/valgrind/main/perf/
H A Dtinycc.c19219 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k;
19425 phnum = 0;
19429 phnum = 4;
19431 phnum = 2;
19434 phnum = 3;
19461 phdr = tcc_mallocz(phnum * sizeof(Elf32_Phdr));
19464 file_offset = sizeof(Elf32_Ehdr) + phnum * sizeof(Elf32_Phdr);
19468 if (phnum > 0) {
19602 ph = &phdr[phnum - 1];
19677 ehdr.e_phnum = phnum;
19217 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k; local
[all...]
/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 522 milliseconds