Searched refs:SHT_DYNSYM (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 460 #define SHT_DYNSYM 11 /* Dynamic linking symbol table */ macro
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 1687 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()
|
D | elf32-arm.c | 16692 { STRING_COMMA_LEN (".dynsym"), 0, SHT_DYNSYM, 0 },
|
D | ChangeLog-9495 | 6711 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/ |
D | layout.cc | 670 case elfcpp::SHT_DYNSYM: in include_section() 1834 case elfcpp::SHT_DYNSYM: in default_section_order() 4319 elfcpp::SHT_DYNSYM, in create_dynamic_symtab()
|
D | dynobj.cc | 128 case elfcpp::SHT_DYNSYM: in find_dynsym_sections()
|
D | ChangeLog | 15731 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 354 SHT_DYNSYM = 11,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 3613 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()
|
D | ChangeLog-2005 | 537 or SHT_DYNSYM.
|