Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  segment_gap_outer.lds   Sprache: unbekannt

 
Spracherkennung für: .lds vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

SECTIONS {
  # This starts off fairly normal: rodata, text, dynamic, data, bss with
  # appropriate alignment between them.
  . = SIZEOF_HEADERS;
  .rodata : {*(.rodata .rodata.*)}
  . = ALIGN(CONSTANT (MAXPAGESIZE));
  .text : {*(.text .text.*)}
  . = ALIGN(CONSTANT (MAXPAGESIZE));
  .dynamic : {*(.dynamic)}
  . = ALIGN(CONSTANT (MAXPAGESIZE));
  .data : {*(.data .data.*)}
  .bss : {*(.bss .bss.*)}

  # Now create the gap. We need a text segment first to prevent the linker from
  # merging .bss with .custom_bss.
  . = ALIGN(CONSTANT (MAXPAGESIZE));
  .custom_text : {
    *(.custom_text);
  }

  # Place custom_bss at the end of the gap.
  . = 0x1000000;
  .custom_bss : {
    *(.custom_bss);
  }
}

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-28]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002