Home | History | Annotate | Download | only in src

Lines Matching defs:at

87     Slot<T> at(int i) {
615 sections_[section]->PopulateHeader(headers.at(section));
616 sections_[section]->WriteBody(headers.at(section), w);
692 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
724 sections_[i]->PopulateHeader(headers.at(i), strtab);
740 sections_[i]->WriteBody(headers.at(i), w);
875 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
881 WriteSymbolsList(&locals_, symbols.at(1), strtab);
882 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
910 src->at(i).Write(dst.at(i), strtab);
1467 GDBJITLineInfo::PCInfo* info = &pc_info->at(i);
1700 // The RA is stored at location CFA + kCallerPCOffset. This is an invariant,
1725 // The previous RBP is stored at CFA + kCallerFPOffset. This is an invariant