HomeSort by relevance Sort by last modified time
    Searched refs:phnum (Results 1 - 14 of 14) sorted by null

  /external/elfutils/libelf/
gelf_newphdr.c 62 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));
elf32_getphdr.c 97 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/
elf-from-memory.c 133 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 * phentsize, phnum * phentsize)
    [all...]
dwfl_segment_report_module.c 181 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; ++i
    [all...]
link_map.c 649 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; ++i
645 GElf_Xword phnum = 0; local
    [all...]
  /external/valgrind/main/coregrind/
pub_core_ume.h 54 Int phnum; // OUT: number of phdrs member in struct:__anon29861
  /bionic/linker/
linker.h 104 size_t phnum; member in struct:soinfo
linker.cpp 431 dl_info.dlpi_phnum = si->phnum;
727 si->phnum = elf_reader.phdr_count();
1307 int phnum = si->phnum; local
    [all...]
dlfcn.cpp 216 phdr: 0, phnum: 0,
  /external/valgrind/main/coregrind/m_ume/
elf.c 345 info->phnum = e->e.e_phnum;
  /external/elfutils/src/
unstrip.c 975 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
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 664 auxv->u.a_val = info->phnum;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 19217 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k; local
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1060 milliseconds