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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c1913 if (elf_onesymtab (abfd) == shindex)
1918 BFD_ASSERT (elf_onesymtab (abfd) == 0);
1919 elf_onesymtab (abfd) = shindex;
1999 if (elf_elfsections (abfd)[elf_onesymtab (abfd)]->sh_link == shindex)
2021 if (elf_onesymtab (abfd) == 0 || elf_dynsymtab (abfd) == 0)
2036 if (elf_onesymtab (abfd) == i)
2112 if (hdr->sh_link != elf_onesymtab (abfd)
6229 if (shndx == elf_onesymtab (ibfd))
6405 shndx = elf_onesymtab (abfd);
H A Delf-bfd.h1481 #define elf_onesymtab(bfd) (elf_tdata(bfd) -> symtab_section)
1479 #define elf_onesymtab macro

Completed in 135 milliseconds