Home
last modified time | relevance | path

Searched refs:elf_symtab_shndx (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf.c1736 if (elf_elfsections (abfd)[elf_symtab_shndx (abfd)]->sh_link != shindex) in bfd_section_from_shdr()
1792 if (elf_symtab_shndx (abfd) == shindex) in bfd_section_from_shdr()
1795 BFD_ASSERT (elf_symtab_shndx (abfd) == 0); in bfd_section_from_shdr()
1796 elf_symtab_shndx (abfd) = shindex; in bfd_section_from_shdr()
3102 elf_symtab_shndx (abfd) = section_number++; in assign_section_numbers()
3149 i_shdrp[elf_symtab_shndx (abfd)] = &t->symtab_shndx_hdr; in assign_section_numbers()
5010 || hdr == i_shdrpp[elf_symtab_shndx (abfd)] in assign_file_positions_for_non_load_sections()
5252 || i == elf_symtab_shndx (abfd) in assign_file_positions_except_relocs()
6761 else if (shndx == elf_symtab_shndx (ibfd)) in _bfd_elf_copy_private_symbol_data()
6944 shndx = elf_symtab_shndx (abfd); in swap_out_syms()
Delf-bfd.h1711 #define elf_symtab_shndx(bfd) (elf_tdata(bfd) -> symtab_shndx_section) macro
Delflink.c10600 && elf_symtab_shndx (sec->owner) != 0) in bfd_elf_final_link()
DChangeLog-0001230 (elf_symtab_shndx): Define.