Searched refs:randomdata (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/regress/libexec/ld.so/
H A DMakefile6 SUBDIR+= df_1_noopen randomdata subst dependencies
/openbsd-current/lib/libc/arch/arm/gen/
H A D_setjmp.S39 .section .openbsd.randomdata,"aw",%progbits
/openbsd-current/sys/arch/powerpc64/include/
H A Dasm.h83 .pushsection .openbsd.randomdata.retguard,"aw",@progbits; \
/openbsd-current/lib/libc/arch/i386/gen/
H A Dsetjmp.S37 .section .openbsd.randomdata,"aw",@progbits
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dsetjmp.S43 .section .openbsd.randomdata,"aw",@progbits
/openbsd-current/sys/arch/octeon/octeon/
H A Dlocore.S109 * Augment the randomdata section using entropy from the RNG.
128 ld v0, (t0) # load from randomdata
133 sd v0, -8(t0) # store to randomdata
/openbsd-current/sys/arch/powerpc/include/
H A Dasm.h109 .pushsection .openbsd.randomdata.retguard,"aw",@progbits; \
/openbsd-current/sys/arch/arm64/include/
H A Dasm.h110 .pushsection .openbsd.randomdata.retguard,"aw",@progbits; \
/openbsd-current/lib/libc/arch/powerpc/gen/
H A Dsetjmp.S56 .section .openbsd.randomdata,"aw",@progbits
/openbsd-current/lib/libc/arch/hppa/gen/
H A Dsetjmp.S38 .section .openbsd.randomdata,"aw",@progbits
/openbsd-current/sys/arch/amd64/include/
H A Dasm.h155 .pushsection .openbsd.randomdata.retguard,"aw",@progbits; \
/openbsd-current/lib/libc/arch/powerpc64/gen/
H A Dsetjmp.S57 .section .openbsd.randomdata,"aw",@progbits
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dsetjmp.S36 .section .openbsd.randomdata,"aw",@progbits
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c3212 asection *dynsec, *eh_frame_hdr, *randomdata, *mutabledata;
3539 /* If there is a .openbsd.randomdata section, throw in a PT_OPENBSD_RANDOMIZE
3541 randomdata = bfd_get_section_by_name (abfd, ".openbsd.randomdata");
3542 if (randomdata != NULL && (randomdata->flags & SEC_LOAD) != 0)
3551 m->sections[0] = randomdata->output_section;
4194 if (bfd_get_section_by_name (abfd, ".openbsd.randomdata") != NULL)
3207 asection *dynsec, *eh_frame_hdr, *randomdata, *mutabledata; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c3672 asection *dynsec, *eh_frame_hdr, *randomdata, *mutabledata;
4023 /* If there is a .openbsd.randomdata section, throw in a PT_OPENBSD_RANDOMIZE
4025 randomdata = bfd_get_section_by_name (abfd, ".openbsd.randomdata");
4026 if (randomdata != NULL && (randomdata->flags & SEC_LOAD) != 0)
4035 m->sections[0] = randomdata->output_section;
4823 if (bfd_get_section_by_name (abfd, ".openbsd.randomdata") != NULL)
3667 asection *dynsec, *eh_frame_hdr, *randomdata, *mutabledata; local

Completed in 319 milliseconds