Searched refs:relro (Results 1 – 15 of 15) sorted by relevance
7 ## With relro or without DATA_SEGMENT_RELRO_END just aligns to13 # RUN: ld.lld --hash-style=sysv -z relro %t/a.o %t/b.so -T %t/1.t -o %t/a245 # ERR: error: section: .got is not contiguous with other relro sections79 ## The custom section __libc_atexit is made relro.
55 # RUN: ld.lld -T %t.script %t --defsym symbol=0x5000 -o %t.relro56 # RUN: llvm-readelf -S %t.relro | FileCheck --check-prefix=RELRO %s
12 ## .jcr is a relro section and should be placed before other RW sections.
43 #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"
1 ; Tests that data and relro are correctly placed in sections29 attributes #0 = { "data-section"=".my_data" "relro-section"=".my_relro" "rodata-section"=".my_rodat…
17 #pragma clang section relro "relro.2" // expected-error {{expected '=' following '#pragma clang s…
4 # RUN: ld.lld -shared %t2.o -o %t2.so -soname relro-omagic.s.tmp2.so
105 bool relro = false; variable
597 osd->osec.relro = false; in readSections()906 osec->relro = seenDataAlign && !seenRelroEnd; in readOutputSectionDescription()
769 if (sec->relro) in isRelroSection()
26 # "/usr/local/bin/ld" -z relro --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -dynamic-linker
33 list(APPEND SCUDO_LINK_FLAGS -Wl,-z,defs,-z,now,-z,relro)
133 ## Show we can create a relro segment and put a section into it.
1105 "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'">;
4441 #pragma clang section bss="myBSS" data="myData" rodata="myRodata" relro="myRelro" text="myText"4448 #pragma clang section bss="" data="" text="" rodata="" relro=""