Searched refs:elf_onesymtab (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf.c1784 if (elf_onesymtab (abfd) == shindex)
1788 BFD_ASSERT (elf_onesymtab (abfd) == 0);
1789 elf_onesymtab (abfd) = shindex;
1828 || hdr->sh_link != elf_onesymtab (abfd))
1856 if (elf_onesymtab (abfd) == i)
1949 if (hdr->sh_link != elf_onesymtab (abfd) || hdr->sh_info == SHN_UNDEF)
5553 if (shndx == elf_onesymtab (ibfd))
5729 shndx = elf_onesymtab (abfd);
H A Delf-bfd.h1308 #define elf_onesymtab(bfd) (elf_tdata(bfd) -> symtab_section)
1306 #define elf_onesymtab macro

Completed in 50 milliseconds