Searched refs:elf_numsections (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c469 shnum = elf_numsections (abfd);
890 max = elf_numsections (abfd);
1769 num_sec = elf_numsections (abfd);
1848 num_sec = elf_numsections (abfd);
1895 unsigned int num_sec = elf_numsections (abfd);
2095 if (index >= elf_numsections (abfd))
2799 elf_numsections (abfd) = section_number;
2825 if (elf_numsections (abfd) > SHN_LORESERVE)
4461 unsigned int num_sec = elf_numsections (abfd);
4679 num_sec = elf_numsections (abf
[all...]
H A Delfcode.h652 elf_numsections (abfd) = num_sec;
739 num_sec = elf_numsections (abfd);
H A Delf-bfd.h1306 #define elf_numsections(bfd) (elf_tdata(bfd) -> num_elf_sections)
1304 #define elf_numsections macro
H A Delf32-v850.c2049 if (indx < elf_numsections (abfd))
2147 if (indx < elf_numsections (abfd))
H A Delflink.c7715 if (elf_numsections (abfd) > SHN_LORESERVE)
7718 amt = 2 * max_sym_count + elf_numsections (abfd) + 1000;
7768 for (i = 1; i < elf_numsections (abfd); i++)
8261 for (i = 1; i < elf_numsections (abfd); i++)
H A Delf32-arm.h4127 for (i = 1; i < elf_numsections (output_bfd); i++)
H A Delfxx-mips.c7173 i < elf_numsections (abfd);

Completed in 239 milliseconds