Lines Matching refs:PopulateHeader
239 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOSection
317 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
336 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
367 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::MachOTextSection
368 MachOSection::PopulateHeader(header); in PopulateHeader()
397 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::FullHeaderELFSection
398 ELFSection::PopulateHeader(header); in PopulateHeader()
462 void ELFSection::PopulateHeader(Writer::Slot<ELFSection::Header> header, in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSection
467 PopulateHeader(header); in PopulateHeader()
590 sections_[section]->PopulateHeader(headers.at(section)); in WriteSections()
712 sections_[i]->PopulateHeader(headers.at(i), strtab); in WriteSectionTable()
886 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() function in v8::internal::GDBJITInterface::ELFSymbolTable
887 ELFSection::PopulateHeader(header); in PopulateHeader()