Searched refs:symtab_section (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c223 d->this_hdr.sh_link = elf_tdata (abfd)->symtab_section;
H A Delf-bfd.h1354 unsigned int symtab_section, shstrtab_section;
1481 #define elf_onesymtab(bfd) (elf_tdata(bfd) -> symtab_section)
1352 unsigned int symtab_section, shstrtab_section; member in struct:elf_obj_tdata
H A Delf.c3120 t->symtab_section = section_number++;
3165 i_shdrp[t->symtab_section] = &t->symtab_hdr;
3169 t->symtab_shndx_hdr.sh_link = t->symtab_section;
3194 d->rel_hdr.sh_link = t->symtab_section;
3199 d->rel_hdr2->sh_link = t->symtab_section;
3354 d->this_hdr.sh_link = t->symtab_section;
4751 || hdr == i_shdrpp[tdata->symtab_section]
4916 || i == tdata->symtab_section

Completed in 92 milliseconds