Home
last modified time | relevance | path

Searched refs:relro (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Ddata-segment-relro.test7 ## With relro or without DATA_SEGMENT_RELRO_END just aligns to
13 # RUN: ld.lld --hash-style=sysv -z relro %t/a.o %t/b.so -T %t/1.t -o %t/a2
45 # ERR: error: section: .got is not contiguous with other relro sections
79 ## The custom section __libc_atexit is made relro.
H A Dmemory.s55 # RUN: ld.lld -T %t.script %t --defsym symbol=0x5000 -o %t.relro
56 # RUN: llvm-readelf -S %t.relro | FileCheck --check-prefix=RELRO %s
H A Dorphan.s12 ## .jcr is a relro section and should be placed before other RW sections.
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dclang-sections.cpp43 #pragma clang section rodata = "__RODATA,__myrodata2" data = "__DATA,__mydata2" relro = "__RELRO,__…
45 #pragma clang section rodata="my_rodata.2" data="my_data.2" relro="my_relro.2"
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dsection-relro.ll1 ; Tests that data and relro are correctly placed in sections
29 attributes #0 = { "data-section"=".my_data" "relro-section"=".my_relro" "rodata-section"=".my_rodat…
/llvm-project-15.0.7/clang/test/Sema/
H A Dpragma-clang-section.c17 #pragma clang section relro "relro.2" // expected-error {{expected '=' following '#pragma clang s…
/llvm-project-15.0.7/lld/test/ELF/
H A Drelro-omagic.s4 # RUN: ld.lld -shared %t2.o -o %t2.so -soname relro-omagic.s.tmp2.so
/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.h105 bool relro = false; variable
H A DScriptParser.cpp597 osd->osec.relro = false; in readSections()
906 osec->relro = seenDataAlign && !seenRelroEnd; in readOutputSectionDescription()
H A DWriter.cpp769 if (sec->relro) in isRelroSection()
/llvm-project-15.0.7/lldb/test/Shell/Breakpoint/
H A Dsingle-file-split-dwarf.test26 # "/usr/local/bin/ld" -z relro --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -dynamic-linker
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A DCMakeLists.txt33 list(APPEND SCUDO_LINK_FLAGS -Wl,-z,defs,-z,now,-z,relro)
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dprogram-headers.yaml133 ## Show we can create a relro segment and put a section into it.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1105 "expected one of [bss|data|rodata|text|relro] section kind in '#pragma %0'">;
1107 "expected '=' following '#pragma clang section %select{invalid|bss|data|rodata|text|relro}0'">;
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst4441 #pragma clang section bss="myBSS" data="myData" rodata="myRodata" relro="myRelro" text="myText"
4448 #pragma clang section bss="" data="" text="" rodata="" relro=""