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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1482 #define elf_symtab_shndx(bfd) (elf_tdata(bfd) -> symtab_shndx_section)
1480 #define elf_symtab_shndx macro
H A Delf.c1939 if (elf_elfsections (abfd)[elf_symtab_shndx (abfd)]->sh_link != shindex)
1981 if (elf_symtab_shndx (abfd) == shindex)
1984 BFD_ASSERT (elf_symtab_shndx (abfd) == 0);
1985 elf_symtab_shndx (abfd) = shindex;
H A Delflink.c9524 && elf_symtab_shndx (sec->owner) != 0)

Completed in 133 milliseconds