Home
last modified time | relevance | path

Searched refs:elf_section_syms (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf-bfd.h1830 #define elf_section_syms(bfd) (elf_tdata(bfd) -> o->section_syms) macro
Delf.c3415 BFD_ASSERT (elf_section_syms (abfd) != NULL); in bfd_elf_set_group_contents()
3416 symindx = elf_section_syms (abfd)[sec->index]->udata.i; in bfd_elf_set_group_contents()
3946 elf_section_syms (abfd) = sect_syms; in elf_map_symbols()
6192 && elf_section_syms (abfd)[indx] != NULL) in _bfd_elf_symbol_from_bfd_symbol()
6193 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i; in _bfd_elf_symbol_from_bfd_symbol()
DChangeLog-20132227 elf_section_syms, elf_num_section_syms, elf_flags_init): Likewise.
DChangeLog-20061917 bfd before using elf_section_syms.
DChangeLog-00011484 (set_group_contents): Likewise. Use elf_section_syms, not sec->symbol.