reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1152 DataSection.Name = ".data"; 1153 DataSection.Type = ELF::SHT_PROGBITS; 1154 DataSection.Size = Data.size(); 1155 DataSection.Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE; 1162 SymTab->addSymbol(Prefix + "_start", STB_GLOBAL, STT_NOTYPE, &DataSection, 1164 SymTab->addSymbol(Prefix + "_end", STB_GLOBAL, STT_NOTYPE, &DataSection, 1165 /*Value=*/DataSection.Size, NewSymbolVisibility, 0, 0); 1167 /*Value=*/DataSection.Size, NewSymbolVisibility, SHN_ABS,