Home
last modified time | relevance | path

Searched refs:is_section_folded (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dicf.h103 is_section_folded(Object* obj, unsigned int shndx);
Dtarget-reloc.h100 && !symtab->is_section_folded(object, shndx)); in scan_relocs()
326 && !relinfo->symtab->is_section_folded(object, shndx)); in relocate_section()
Dsymtab.cc362 && !symtab->is_section_folded(relobj, shndx)) in should_add_dynsym_entry()
588 Symbol_table::is_section_folded(Object* obj, unsigned int shndx) const in is_section_folded() function in gold::Symbol_table
591 && this->icf_->is_section_folded(obj, shndx)); in is_section_folded()
1167 && !this->is_section_folded(relobj, st_shndx)) in add_from_relobj()
2652 if (this->is_section_folded(relobj, shndx)) in compute_final_value()
2974 if (this->is_section_folded(relobj, in_shndx)) in sized_write_globals()
Dicf.cc824 Icf::is_section_folded(Object* obj, unsigned int shndx) in is_section_folded() function in gold::Icf
Dsymtab.h1375 is_section_folded(Object* obj, unsigned int shndx) const;
Dobject.cc1649 && symtab->icf()->is_section_folded(this, i)) in do_layout()
2288 if (symtab->is_section_folded(this, shndx)) in compute_final_local_value_internal()
Daarch64.cc505 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
2121 if (os == NULL || symtab->is_section_folded(this, text_shndx)) in text_section_is_scannable()
2197 if (!os || symtab->is_section_folded(this, shndx)) return; in scan_errata()
3851 && !relinfo->symtab->is_section_folded(object, shndx)); in scan_reloc_section_for_stubs()
Darm.cc6127 gold_assert(symtab->is_section_folded(p->relobj(), text_shndx)); in fix_exidx_coverage()
6192 if (os == NULL || symtab->is_section_folded(this, shndx)) in section_is_scannable()
7292 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
11910 && !relinfo->symtab->is_section_folded(arm_object, shndx)); in scan_reloc_section_for_stubs()
Dpowerpc.cc6766 if (symtab->is_section_folded(symobj, *dest_shndx)) in symval_for_branch()
Dmips.cc5741 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
DChangeLog12139 * symtab.cc (is_section_folded): Likewise.
13031 * symtab.cc (Symbol_table::is_section_folded): New function.
13036 (Symbol_table::is_section_folded): New function.