HomeSort by relevance Sort by last modified time
    Searched refs:is_section_folded (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
icf.h 103 is_section_folded(Object* obj, unsigned int shndx);
target-reloc.h 100 && !symtab->is_section_folded(object, shndx));
326 && !relinfo->symtab->is_section_folded(object, shndx));
icf.cc 880 Icf::is_section_folded(Object* obj, unsigned int shndx) function in class:Icf
    [all...]
symtab.cc 362 && !symtab->is_section_folded(relobj, shndx))
588 Symbol_table::is_section_folded(Object* obj, unsigned int shndx) const function in class:gold::Symbol_table
591 && this->icf_->is_section_folded(obj, shndx));
    [all...]
symtab.h     [all...]
object.cc     [all...]
aarch64.cc 505 && !this->symbol_table_->is_section_folded(object, shndx)))
    [all...]
arm.cc     [all...]
powerpc.cc     [all...]
mips.cc     [all...]

Completed in 290 milliseconds