Home | History | Annotate | Download | only in yaml2obj

Lines Matching refs:CBA

141                                            ContiguousBlobAccumulator &CBA) {
143 STB.writeToStream(CBA.getOSAndAlignedOffset(SHeader.sh_offset));
236 ContiguousBlobAccumulator &CBA = State.getSectionContentAccum();
237 writeVectorData(CBA.getOSAndAlignedOffset(SHeader.sh_offset), Syms);
288 ContiguousBlobAccumulator CBA(SectionContentBeginOffset);
302 ELFState<ELFT> State(Header, CBA, DotStrtabSecNo, SN2I);
322 Sec.Content.writeAsBinary(CBA.getOSAndAlignedOffset(SHeader.sh_offset));
351 createStringTableSectionHeader(DotStrTabSHeader, State.getStringTable(), CBA);
357 createStringTableSectionHeader(SHStrTabSHeader, SHStrTab, CBA);
362 CBA.writeBlobToStream(OS);