Searched refs:elf_section_syms (Results 1 – 5 of 5) sorted by relevance
1721 #define elf_section_syms(bfd) (elf_tdata(bfd) -> o->section_syms) macro
2940 BFD_ASSERT (elf_section_syms (abfd) != NULL); in bfd_elf_set_group_contents()2941 symindx = elf_section_syms (abfd)[sec->index]->udata.i; in bfd_elf_set_group_contents()3421 elf_section_syms (abfd) = sect_syms; in elf_map_symbols()5563 && elf_section_syms (abfd)[indx] != NULL) in _bfd_elf_symbol_from_bfd_symbol()5564 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i; in _bfd_elf_symbol_from_bfd_symbol()
2227 elf_section_syms, elf_num_section_syms, elf_flags_init): Likewise.
1917 bfd before using elf_section_syms.
1484 (set_group_contents): Likewise. Use elf_section_syms, not sec->symbol.