Searched refs:is_section_folded (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | icf.h | 103 is_section_folded(Object* obj, unsigned int shndx);
|
D | target-reloc.h | 100 && !symtab->is_section_folded(object, shndx)); in scan_relocs() 326 && !relinfo->symtab->is_section_folded(object, shndx)); in relocate_section()
|
D | symtab.cc | 362 && !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()
|
D | icf.cc | 824 Icf::is_section_folded(Object* obj, unsigned int shndx) in is_section_folded() function in gold::Icf
|
D | symtab.h | 1375 is_section_folded(Object* obj, unsigned int shndx) const;
|
D | object.cc | 1649 && symtab->icf()->is_section_folded(this, i)) in do_layout() 2288 if (symtab->is_section_folded(this, shndx)) in compute_final_local_value_internal()
|
D | aarch64.cc | 505 && !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()
|
D | arm.cc | 6127 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()
|
D | powerpc.cc | 6766 if (symtab->is_section_folded(symobj, *dest_shndx)) in symval_for_branch()
|
D | mips.cc | 5741 && !this->symbol_table_->is_section_folded(object, shndx))) in do_write()
|
D | ChangeLog | 12139 * symtab.cc (is_section_folded): Likewise. 13031 * symtab.cc (Symbol_table::is_section_folded): New function. 13036 (Symbol_table::is_section_folded): New function.
|