Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/testing/selftests/sgx/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 518 B image not shown  

Quelle  test_encl.lds   Sprache: unbekannt

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

OUTPUT_FORMAT(elf64-x86-64)

PHDRS
{
 tcs PT_LOAD;
 text PT_LOAD;
 data PT_LOAD;
}

SECTIONS
{
 . = 0;
        __encl_base = .;
 .tcs : {
  *(.tcs*)
 } : tcs

 . = ALIGN(4096);
 .text : {
  *(.text*)
  *(.rodata*)
  FILL(0xDEADBEEF);
  . = ALIGN(4096);
 } : text

 .data : {
  *(.data.encl_buffer)
  *(.data*)
 } : data

 /DISCARD/ : {
  *(.comment*)
  *(.note*)
  *(.debug*)
  *(.eh_frame*)
  *(.dyn*)
  *(.gnu.hash)
 }
}

ASSERT(!DEFINED(_GLOBAL_OFFSET_TABLE_), "Libcalls through GOT are not supported in enclaves")

[ Dauer der Verarbeitung: 0.27 Sekunden  ]