Searched refs:phdrs_size (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Darm-symbian-tdep.c93 long phdrs_size; local
107 phdrs_size = bfd_get_elf_phdr_upper_bound (abfd);
108 if (phdrs_size == -1)
111 phdrs = alloca (phdrs_size);
H A Dsolib-svr4.c1664 read_program_headers_from_bfd (bfd *abfd, int *phdrs_size) argument
1671 *phdrs_size = ehdr->e_phnum * ehdr->e_phentsize;
1672 if (*phdrs_size == 0)
1675 buf = xmalloc (*phdrs_size);
1677 || bfd_bread (buf, *phdrs_size, abfd) != *phdrs_size)
1777 int phdrs_size, phdrs2_size, ok = 1; local
1781 buf = read_program_header (-1, &phdrs_size, &arch_size);
1800 if (phdrs_size != phdrs2_size
1804 && phdrs_size >
[all...]
H A Delfread.c79 long phdrs_size; local
84 phdrs_size = bfd_get_elf_phdr_upper_bound (abfd);
85 if (phdrs_size == -1)
88 phdrs = alloca (phdrs_size);

Completed in 118 milliseconds