Home
last modified time | relevance | path

Searched refs:SHT_DYNSYM (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h460 #define SHT_DYNSYM 11 /* Dynamic linking symbol table */ macro
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1687 if (dynsymhdr->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
1761 case SHT_DYNSYM: /* A dynamic symbol table. */ in bfd_section_from_shdr()
1898 && elf_elfsections (abfd)[hdr->sh_link]->sh_type != SHT_DYNSYM) in bfd_section_from_shdr()
1907 || elf_elfsections (abfd)[scan]->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
1923 || elf_elfsections (abfd)[hdr->sh_link]->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
2187 { STRING_COMMA_LEN (".dynsym"), 0, SHT_DYNSYM, SHF_ALLOC },
2770 case SHT_DYNSYM: in elf_fake_sections()
3309 case SHT_DYNSYM: in assign_section_numbers()
6623 || ihdr->sh_type == SHT_DYNSYM in _bfd_elf_copy_private_section_data()
Delf32-arm.c16692 { STRING_COMMA_LEN (".dynsym"), 0, SHT_DYNSYM, 0 },
DChangeLog-94956711 section, and from an SHT_DYNSYM section, and from the dynamic
6724 (elf_section_from_bfd_section): Treat SHT_DYNSYM like other normal
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc670 case elfcpp::SHT_DYNSYM: in include_section()
1834 case elfcpp::SHT_DYNSYM: in default_section_order()
4319 elfcpp::SHT_DYNSYM, in create_dynamic_symtab()
Ddynobj.cc128 case elfcpp::SHT_DYNSYM: in find_dynsym_sections()
DChangeLog15731 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h354 SHT_DYNSYM = 11,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3613 case SHT_DYNSYM: return "DYNSYM"; in get_section_type_name()
5251 if (section->sh_type == SHT_DYNSYM) in process_section_headers()
6157 && symsec->sh_type != SHT_DYNSYM) in process_relocs()
10122 && section->sh_type != SHT_DYNSYM) in process_symbol_table()
10182 if (section->sh_type == SHT_DYNSYM in process_symbol_table()
DChangeLog-2005537 or SHT_DYNSYM.