Home
last modified time | relevance | path

Searched refs:strtab_section (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf.c3130 t->strtab_section = section_number++; in assign_section_numbers()
3166 i_shdrp[t->strtab_section] = &t->strtab_hdr; in assign_section_numbers()
3167 t->symtab_hdr.sh_link = t->strtab_section; in assign_section_numbers()
4748 || hdr == i_shdrpp[tdata->strtab_section]) in assign_file_positions_for_non_load_sections()
4913 || i == tdata->strtab_section) in assign_file_positions_except_relocs()
6228 else if (shndx == elf_tdata (ibfd)->strtab_section) in _bfd_elf_copy_private_symbol_data()
6406 shndx = elf_tdata (abfd)->strtab_section; in swap_out_syms()
Delf-bfd.h1353 unsigned int strtab_section, dynsymtab_section; member