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

  /toolchain/binutils/binutils-2.25/gold/
common.cc 245 Sized_symbol<size>* ssym = this->get_sized_symbol<size>(sym); local
246 if (ssym->value() > addralign)
247 addralign = ssym->value();
332 Sized_symbol<size>* ssym = this->get_sized_symbol<size>(sym); local
338 mapfile->report_allocate_common(sym, ssym->symsize());
342 off = align_address(off, ssym->value());
343 ssym->allocate_common(poc, off);
344 off += ssym->symsize();
349 off = os->allocate(ssym->symsize(), ssym->value())
    [all...]
resolve.cc 140 Sized_symbol<size>* ssym = this->get_sized_symbol<size>(sym); local
143 ssym->override(fromsym, st_shndx, is_ordinary, object, version);
144 sym = this->weak_aliases_[ssym];
146 ssym = this->get_sized_symbol<size>(sym);
148 while (ssym != tosym);
1013 Sized_symbol<size>* ssym = this->get_sized_symbol<size>(sym); local
    [all...]
mapfile.cc 222 const Sized_symbol<size>* ssym = local
227 static_cast<unsigned long long>(ssym->value()),
script.cc 991 Sized_symbol<size>* ssym = symtab->get_sized_symbol<size>(this->sym_); local
992 ssym->set_value(final_val);
993 ssym->set_type(type);
994 ssym->set_visibility(vis);
995 ssym->set_nonvis(nonvis);
997 ssym->set_output_section(section);
1022 Sized_symbol<32>* ssym = symtab->get_sized_symbol<32>(this->sym_); local
1023 ssym->set_value(val);
1031 Sized_symbol<64>* ssym = symtab->get_sized_symbol<64>(this->sym_); local
1032 ssym->set_value(val)
    [all...]
i386.cc 1443 const Sized_symbol<32>* ssym = local
3839 Sized_symbol<32>* ssym = static_cast<Sized_symbol<32>*>(sym); local
    [all...]
output.cc 599 Sized_symbol<size>* ssym; local
600 ssym = this->symtab_->get_sized_symbol<size>(sym);
601 if (!ssym->is_defined() && should_issue_warning)
603 v = ssym->value();
    [all...]
tilegx.cc 4895 Sized_symbol<size>* ssym = static_cast<Sized_symbol<size>*>(sym); local
    [all...]
x86_64.cc 4479 Sized_symbol<size>* ssym = static_cast<Sized_symbol<size>*>(sym); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
pe.go 171 ssym, err := findPESymbol(f, sname)
179 if ssym.SectionNumber != esym.SectionNumber {
182 sect := f.Sections[ssym.SectionNumber-1]
187 return data[ssym.Value:esym.Value], nil
plan9obj.go 118 ssym, err := findPlan9Symbol(f, sname)
135 return data[ssym.Value-textStart : esym.Value-textStart], nil
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
pe.go 171 ssym, err := findPESymbol(f, sname)
179 if ssym.SectionNumber != esym.SectionNumber {
182 sect := f.Sections[ssym.SectionNumber-1]
187 return data[ssym.Value:esym.Value], nil
plan9obj.go 118 ssym, err := findPlan9Symbol(f, sname)
135 return data[ssym.Value-textStart : esym.Value-textStart], nil
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 7044 struct elf_symbuf_symbol *ssym; member in struct:elf_symbuf_head
7054 struct elf_symbuf_symbol *ssym; member in union:elf_symbol::__anon115494
7082 struct elf_symbuf_symbol *ssym; local
7219 struct elf_symbuf_symbol *ssym, *ssymend; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
asm.go 52 // ssym uint8
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
asm.go 52 // ssym uint8
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 552 milliseconds