Home
last modified time | relevance | path

Searched refs:SECTION_RELRO (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doutput.h385 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Doutput.h381 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Doutput.h376 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Doutput.h385 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Doutput.h379 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
H A Dvarasm.c293 if (((sect->common.flags ^ flags) & (SECTION_WRITE | SECTION_RELRO)) in get_section()
294 == (SECTION_WRITE | SECTION_RELRO) in get_section()
296 & ~(SECTION_DECLARED | SECTION_WRITE | SECTION_RELRO)) in get_section()
297 == (flags & ~(SECTION_WRITE | SECTION_RELRO)) in get_section()
301 sect->common.flags |= (SECTION_WRITE | SECTION_RELRO); in get_section()
5981 flags = SECTION_WRITE | SECTION_RELRO; in default_section_type_flags()
5990 flags |= SECTION_RELRO; in default_section_type_flags()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Doutput.h385 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Doutput.h385 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Doutput.h375 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Doutput.h381 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Doutput.h385 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
H A Dvarasm.c298 if (((sect->common.flags ^ flags) & (SECTION_WRITE | SECTION_RELRO)) in get_section()
299 == (SECTION_WRITE | SECTION_RELRO) in get_section()
301 & ~(SECTION_DECLARED | SECTION_WRITE | SECTION_RELRO)) in get_section()
302 == (flags & ~(SECTION_WRITE | SECTION_RELRO)) in get_section()
306 sect->common.flags |= (SECTION_WRITE | SECTION_RELRO); in get_section()
5984 flags = SECTION_WRITE | SECTION_RELRO; in default_section_type_flags()
5993 flags |= SECTION_RELRO; in default_section_type_flags()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Doutput.h403 SECTION_RELRO = 1UL << 23, /* data is readonly after enumerator
H A Dvarasm.c339 if (((sect->common.flags ^ flags) & (SECTION_WRITE | SECTION_RELRO)) in get_section()
340 == (SECTION_WRITE | SECTION_RELRO) in get_section()
342 & ~(SECTION_DECLARED | SECTION_WRITE | SECTION_RELRO)) in get_section()
343 == (flags & ~(SECTION_WRITE | SECTION_RELRO)) in get_section()
347 sect->common.flags |= (SECTION_WRITE | SECTION_RELRO); in get_section()
767 flags = (SECTION_WRITE | SECTION_RELRO); in default_function_rodata_section()
6722 flags = SECTION_WRITE | SECTION_RELRO; in default_section_type_flags()
6731 flags |= SECTION_RELRO; in default_section_type_flags()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
H A Dvarasm.c339 if (((sect->common.flags ^ flags) & (SECTION_WRITE | SECTION_RELRO)) in get_section()
340 == (SECTION_WRITE | SECTION_RELRO) in get_section()
342 & ~(SECTION_DECLARED | SECTION_WRITE | SECTION_RELRO)) in get_section()
343 == (flags & ~(SECTION_WRITE | SECTION_RELRO)) in get_section()
347 sect->common.flags |= (SECTION_WRITE | SECTION_RELRO); in get_section()
767 flags = (SECTION_WRITE | SECTION_RELRO); in default_function_rodata_section()
6700 flags = SECTION_WRITE | SECTION_RELRO; in default_section_type_flags()
6709 flags |= SECTION_RELRO; in default_section_type_flags()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Doutput.h382 #define SECTION_RELRO 0x1000000 /* data is readonly after relocation processing */ macro

12345