Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 48) sorted by relevance

12

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_data.c70 case SHT_SYMTAB: in _libelf_xlate_shtype()
/dragonfly/lib/libexecinfo/
H A Dsymtab.c117 if(shdr.sh_type != SHT_SYMTAB) in symtab_create()
/dragonfly/contrib/file/src/
H A Dreadelf.h141 #define SHT_SYMTAB 2 macro
/dragonfly/lib/libc/gen/
H A Dnlist.c276 if (shdr[i].sh_type == SHT_SYMTAB) { in __elf_fdnlist()
/dragonfly/contrib/binutils-2.34/gold/
H A Dbinary.cc222 elfcpp::SHT_SYMTAB, in sized_convert()
H A Dobject.cc527 if (shdr.get_sh_type() == elfcpp::SHT_SYMTAB) in find_symtab()
864 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in base_read_symbols()
2291 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in do_count_local_symbols()
2764 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in write_local_symbols()
H A Dreloc.cc370 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in do_read_relocs()
1402 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in find_functions()
/dragonfly/sys/sys/
H A Delf_common.h380 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
/dragonfly/contrib/binutils-2.27/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()
H A Dobject.cc528 if (shdr.get_sh_type() == elfcpp::SHT_SYMTAB) in find_symtab()
863 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in base_read_symbols()
2173 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in do_count_local_symbols()
2637 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in write_local_symbols()
H A Dreloc.cc370 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in do_read_relocs()
1379 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB); in find_functions()
/dragonfly/stand/boot/common/
H A Dload_elf.c380 if (shdr[i].sh_type != SHT_SYMTAB) in __elfN()
412 case SHT_SYMTAB: /* Symbol table */ in __elfN()
H A Dload_elf_obj.c238 case SHT_SYMTAB: in __elfN()
/dragonfly/contrib/binutils-2.34/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()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c196 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
1262 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
1364 if (sh_type == SHT_SYMTAB) in simple_object_elf_copy_lto_debug_sections()
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h449 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h457 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
/dragonfly/usr.bin/crunch/crunchide/
H A Dexec_elf64.c257 case SHT_SYMTAB: in ELFNAMEEND()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h492 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c174 #undef SHT_SYMTAB
272 #define SHT_SYMTAB 2 macro
2827 if (shdr->sh_type == SHT_SYMTAB) in elf_add()
/dragonfly/sys/kern/
H A Dlink_elf_obj.c230 case SHT_SYMTAB: in link_elf_obj_preload_file()
525 case SHT_SYMTAB: in link_elf_obj_load_file()
H A Dlink_elf.c602 if (shdr[i].sh_type == SHT_SYMTAB) { in link_elf_load_file()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c4288 case SHT_SYMTAB: return "SYMTAB"; in get_section_type_name()
6441 case SHT_SYMTAB: in process_section_headers()
6511 case SHT_SYMTAB: in process_section_headers()
6876 != SHT_SYMTAB)) in process_section_groups()
7370 if (symsec->sh_type != SHT_SYMTAB in process_relocs()
7799 if (sec->sh_type == SHT_SYMTAB in ia64_process_unwind()
8263 if (sec->sh_type == SHT_SYMTAB in hppa_process_unwind()
11981 if ((section->sh_type != SHT_SYMTAB in process_symbol_table()
11984 && section->sh_type == SHT_SYMTAB)) in process_symbol_table()
13337 if (symsec->sh_type != SHT_SYMTAB in apply_relocations()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c526 if (hdr->sh_type != SHT_SYMTAB in group_signature()
1631 case SHT_SYMTAB: /* A symbol table */ in bfd_section_from_shdr()
1819 && elf_elfsections (abfd)[hdr->sh_link]->sh_type != SHT_SYMTAB in bfd_section_from_shdr()
1828 if (elf_elfsections (abfd)[scan]->sh_type == SHT_SYMTAB in bfd_section_from_shdr()
1844 if ((elf_elfsections (abfd)[hdr->sh_link]->sh_type == SHT_SYMTAB in bfd_section_from_shdr()
2155 { STRING_COMMA_LEN (".symtab"), 0, SHT_SYMTAB, 0 },
6473 if (ihdr->sh_type == SHT_SYMTAB in _bfd_elf_copy_private_section_data()
6652 symtab_hdr->sh_type = SHT_SYMTAB; in swap_out_syms()

12