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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1489 #define elf_section_syms(bfd) (elf_tdata(bfd) -> section_syms)
1487 #define elf_section_syms macro
H A Delf.c2976 elf_section_syms; If called for "ld -r", use target_index. */
2977 if (elf_section_syms (abfd) != NULL)
2978 symindx = elf_section_syms (abfd)[sec->index]->udata.i;
3427 elf_section_syms (abfd) = sect_syms;
5214 && elf_section_syms (abfd)[indx] != NULL)
5215 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;

Completed in 84 milliseconds