/external/elfutils/libelf/ |
gelf_newphdr.c | 29 gelf_newphdr (elf, phnum) 31 size_t phnum; 34 ? (unsigned long int) INTUSE(elf32_newphdr) (elf, phnum) 35 : (unsigned long int) INTUSE(elf64_newphdr) (elf, phnum));
|
elf32_getphdr.c | 70 size_t phnum; local 74 phnum = ehdr->e_phnum; 75 if (phnum == 0) 81 size = phnum * sizeof (ElfW2(LIBELFBITS,Phdr)); 127 for (cnt = 0; cnt < phnum; ++cnt) 173 for (cnt = 0; cnt < phnum; ++cnt)
|
/external/valgrind/main/coregrind/ |
pub_core_ume.h | 54 Int phnum; // OUT: number of phdrs member in struct:__anon12419
|
/bionic/linker/ |
linker.h | 93 int phnum; member in struct:soinfo
|
linker.c | 383 dl_info.dlpi_phnum = si->phnum; 1716 int phnum = si->phnum; local [all...] |
/external/valgrind/main/coregrind/m_ume/ |
elf.c | 346 info->phnum = e->e.e_phnum;
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-linux.c | 662 auxv->u.a_val = info->phnum; [all...] |
/external/valgrind/main/perf/ |
tinycc.c | 19216 int shnum, i, phnum, file_offset, offset, size, j, tmp, sh_order_index, k; local [all...] |