Home
last modified time | relevance | path

Searched refs:symtab_index (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dtarget-reloc.h343 if (sym->has_symtab_index() && sym->symtab_index() != -1U) in relocate_section()
344 symval.set_output_symtab_index(sym->symtab_index()); in relocate_section()
455 gold_assert(sym->has_symtab_index() && sym->symtab_index() != -1U); in apply_relocation()
456 symval.set_output_symtab_index(sym->symtab_index()); in apply_relocation()
679 new_symndx = object->symtab_index(r_sym); in relocate_relocs()
704 new_symndx = os->symtab_index(); in relocate_relocs()
720 new_symndx = gsym->symtab_index(); in relocate_relocs()
Dincremental.cc1338 if (sym->symtab_index() != -1U) in set_final_data_size()
1643 unsigned int symtab_index = sym->symtab_index(); in write_info_blocks() local
1649 gold_assert(symtab_index != -1U in write_info_blocks()
1650 && (symtab_index - first_global_index in write_info_blocks()
1653 chain = global_syms[symtab_index - first_global_index]; in write_info_blocks()
1654 global_syms[symtab_index - first_global_index] = in write_info_blocks()
1657 Swap32::writeval(pov, symtab_index); in write_info_blocks()
1713 if (sym->symtab_index() == -1U) in write_info_blocks()
1730 Swap32::writeval(pov, sym->symtab_index() | flags); in write_info_blocks()
1914 this->info_.sym_index = sym->symtab_index(); in operator ()()
[all …]
Doutput.cc990 index = this->u1_.gsym->symtab_index(); in get_symbol_index()
997 index = this->u1_.os->symtab_index(); in get_symbol_index()
1021 index = relobj->symtab_index(lsi); in get_symbol_index()
1030 index = os->symtab_index(); in get_symbol_index()
3648 info = this->info_section_->symtab_index(); in write_header()
3651 info = this->info_symndx_->symtab_index(); in write_header()
Dsymtab.h367 symtab_index() const in symtab_index() function
Dsymtab.cc2905 unsigned int sym_index = sym->symtab_index(); in sized_write_globals()
3208 symtab_xindex->add(os->symtab_index(), shndx); in sized_write_section_symbol()
Dpowerpc.cc8001 r_sym = object->symtab_index(r_sym); in relocate_relocs()
8020 r_sym = os->symtab_index(); in relocate_relocs()
8036 r_sym = gsym->symtab_index(); in relocate_relocs()
8127 r_sym = os->symtab_index(); in relocate_relocs()
8188 r_sym = os->symtab_index(); in relocate_relocs()
Dobject.h2128 symtab_index(unsigned int sym) const in symtab_index() function
Darm.cc10251 unsigned int new_symndx = os->symtab_index(); in relocate_special_relocatable()
11951 if (sym->has_symtab_index() && sym->symtab_index() != -1U) in scan_reloc_section_for_stubs()
11952 symval.set_output_symtab_index(sym->symtab_index()); in scan_reloc_section_for_stubs()
Daarch64.cc3892 if (sym->has_symtab_index() && sym->symtab_index() != -1U) in scan_reloc_section_for_stubs()
3893 symval.set_output_symtab_index(sym->symtab_index()); in scan_reloc_section_for_stubs()
Doutput.h3289 symtab_index() const in symtab_index() function
Dlayout.cc5376 unsigned int index = (*p)->symtab_index(); in write_data()
Dmips.cc8481 unsigned int new_symndx = os->symtab_index(); in relocate_special_relocatable()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c1077 bfd_vma symtab_index; in dump_relocations() local
1084 symtab_index = get_reloc_symindex (inf); in dump_relocations()
1444 else if (symtab_index) in dump_relocations()
1446 if (symtab == NULL || symtab_index >= nsyms) in dump_relocations()
1447 printf (_(" bad symbol index: %08lx"), (unsigned long) symtab_index); in dump_relocations()
1452 psym = symtab + symtab_index; in dump_relocations()
DChangeLog-0001730 symtab == NULL with non-zero symtab_index.