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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h1383 #define elf_section_syms(bfd) (elf_tdata(bfd) -> section_syms)
1381 #define elf_section_syms macro
H A Delf.c2858 elf_section_syms; If called for "ld -r", use target_index. */
2859 if (elf_section_syms (abfd) != NULL)
2860 symindx = elf_section_syms (abfd)[sec->index]->udata.i;
3295 elf_section_syms (abfd) = sect_syms;
5074 && elf_section_syms (abfd)[indx] != NULL)
5075 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;
/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1865 #define elf_section_syms(bfd) (elf_tdata(bfd) -> o->section_syms)
1863 #define elf_section_syms macro
H A Delf.c3445 elf_section_syms. */
3446 BFD_ASSERT (elf_section_syms (abfd) != NULL);
3447 symindx = elf_section_syms (abfd)[sec->index]->udata.i;
4026 elf_section_syms (abfd) = sect_syms;
6346 && elf_section_syms (abfd)[indx] != NULL)
6347 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;

Completed in 184 milliseconds