Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 26 – 50 of 185) sorted by relevance

12345678

/netbsd/external/bsd/file/dist/src/
H A Dreadelf.h143 #define SHT_SYMTAB 2 macro
/netbsd/sys/arch/hpcmips/stand/pbsdboot/
H A Delf.c246 if (shtbl[i].sh_type == SHT_SYMTAB) { in scanfile()
/netbsd/external/gpl3/gdb/dist/gold/
H A Dbinary.cc222 elfcpp::SHT_SYMTAB, in sized_convert()
H A Dincremental-dump.cc232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB); in dump_incremental_inputs()
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h329 #define SHT_SYMTAB 2 /* Symbol table */ macro
/netbsd/external/gpl3/binutils/dist/gold/
H A Dbinary.cc222 elfcpp::SHT_SYMTAB, in sized_convert()
H A Dincremental-dump.cc232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB); in dump_incremental_inputs()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dbinary.cc222 elfcpp::SHT_SYMTAB, in sized_convert()
H A Dincremental-dump.cc232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB); in dump_incremental_inputs()
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dbinary.cc222 elfcpp::SHT_SYMTAB, in sized_convert()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1270 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1371 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/netbsd/external/gpl3/binutils/usr.sbin/dbsym/
H A Ddbsym.c437 if (SH_TYPE(i) == SHT_SYMTAB || SH_TYPE(i) == SHT_STRTAB || in load_symtab()
/netbsd/external/gpl3/binutils.old/usr.sbin/dbsym/
H A Ddbsym.c437 if (SH_TYPE(i) == SHT_SYMTAB || SH_TYPE(i) == SHT_STRTAB || in load_symtab()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsym-file-loader.c438 if (GET (shdr + i, sh_type) == SHT_SYMTAB) in find_symtab()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsym-file-loader.c438 if (GET (shdr + i, sh_type) == SHT_SYMTAB) in find_symtab()
/netbsd/tools/amiga-elf2bb/sys/
H A Dexec_elf.h359 #define SHT_SYMTAB 2 /* Symbol table */ macro
/netbsd/sys/arch/luna68k/luna68k/
H A Dmachdep.c303 if (shp[i].sh_type != SHT_SYMTAB && in symtab_size()
/netbsd/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c196 else if (be32toh(sh[i].sh_type) == SHT_SYMTAB) { in main()
/netbsd/sys/arch/next68k/next68k/
H A Dnextrom.c185 if (shp[i].sh_type != SHT_SYMTAB && in next68k_bootargs()
/netbsd/sys/arch/i386/i386/
H A Dmultiboot.c305 if ((shdrp->sh_type == SHT_SYMTAB) && in copy_syms()

12345678