Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/elftosb/dist/common/
DELF.h172 SHT_DYNSYM = 11 enumerator
/netbsd/src/external/bsd/file/dist/src/
Dreadelf.h145 #define SHT_DYNSYM 11 macro
Dreadelf.c1431 case SHT_DYNSYM: in doshn()
/netbsd/src/sys/arch/atari/stand/tostools/libtos/
Dexec_elf.h338 #define SHT_DYNSYM 11 /* Symbol table for dynamic linker */ macro
/netbsd/src/tools/amiga-elf2bb/sys/
Dexec_elf.h368 #define SHT_DYNSYM 11 /* Symbol table for dynamic linker */ macro
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dcommon.h528 #define SHT_DYNSYM 11 /* Dynamic linking symbol table */ macro
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dcommon.h529 #define SHT_DYNSYM 11 /* Dynamic linking symbol table */ macro
/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Doutput.c489 symtab_type = dynsym ? SHT_DYNSYM : SHT_SYMTAB; in write_file()
/netbsd/src/sys/arch/epoc32/stand/e32boot/include/
Delf.h421 #define SHT_DYNSYM 11 /* Symbol table for dynamic linker */ macro
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h423 #define SHT_DYNSYM 11 /* Symbol table for dynamic linker */ macro
/netbsd/src/sys/sys/
Dexec_elf.h514 #define SHT_DYNSYM 11 /* Symbol table for dynamic linker */ macro
/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.cc678 case elfcpp::SHT_DYNSYM: in include_section()
1886 case elfcpp::SHT_DYNSYM: in default_section_order()
4748 elfcpp::SHT_DYNSYM, in create_dynamic_symtab()
Ddynobj.cc128 case elfcpp::SHT_DYNSYM: in find_dynsym_sections()
DChangeLog-081517148 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c5424 case SHT_DYNSYM: return "DYNSYM"; in get_section_type_name()
7773 case SHT_DYNSYM: in process_section_headers()
8000 && filedata->section_headers[section->sh_link].sh_type != SHT_DYNSYM)) in process_section_headers()
8007 case SHT_DYNSYM: in process_section_headers()
8077 case SHT_DYNSYM: in process_section_headers()
9021 && symsec->sh_type != SHT_DYNSYM) in process_relocs()
9031 symsec->sh_type == SHT_DYNSYM); in process_relocs()
13752 || section->sh_type == SHT_DYNSYM), in print_symbol()
14165 && section->sh_type != SHT_DYNSYM) in process_symbol_table()
15653 && symsec->sh_type != SHT_DYNSYM) in apply_relocations()
DChangeLog-2016211 or SHT_DYNSYM type.
DChangeLog-2005537 or SHT_DYNSYM.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf.c2689 if (dynsymhdr->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
2783 case SHT_DYNSYM: /* A dynamic symbol table. */ in bfd_section_from_shdr()
2935 || elf_elfsections (abfd)[hdr->sh_link]->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
3192 { STRING_COMMA_LEN (".dynsym"), 0, SHT_DYNSYM, SHF_ALLOC },
3832 case SHT_DYNSYM: in elf_fake_sections()
4488 case SHT_DYNSYM: in assign_section_numbers()
8628 || ihdr->sh_type == SHT_DYNSYM in _bfd_elf_copy_private_section_data()
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
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf.c2683 if (dynsymhdr->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
2777 case SHT_DYNSYM: /* A dynamic symbol table. */ in bfd_section_from_shdr()
2929 || elf_elfsections (abfd)[hdr->sh_link]->sh_type == SHT_DYNSYM) in bfd_section_from_shdr()
3186 { STRING_COMMA_LEN (".dynsym"), 0, SHT_DYNSYM, SHF_ALLOC },
3826 case SHT_DYNSYM: in elf_fake_sections()
4482 case SHT_DYNSYM: in assign_section_numbers()
8619 || ihdr->sh_type == SHT_DYNSYM in _bfd_elf_copy_private_section_data()
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
/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Delfcpp.h355 SHT_DYNSYM = 11,