Home
last modified time | relevance | path

Searched refs:AT_CANARYLEN (Results 1 – 10 of 10) sorted by relevance

/trueos/sys/x86/include/
HDelf.h96 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
181 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/trueos/usr.bin/procstat/
HDprocstat_auxv.c126 case AT_CANARYLEN: in procstat_auxv()
127 PRINT(AT_CANARYLEN, %ld, (long)auxv[i].a_un.a_val); in procstat_auxv()
/trueos/sys/sparc64/include/
HDelf.h88 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/trueos/sys/arm/include/
HDelf.h83 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/trueos/sys/powerpc/include/
HDelf.h103 #define AT_CANARYLEN 15 /* Length of the canary. */ macro
/trueos/sys/ia64/include/
HDelf.h93 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/trueos/sys/mips/include/
HDelf.h138 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/trueos/lib/libc/gen/
HDauxv.c82 case AT_CANARYLEN: in init_aux()
/trueos/sys/kern/
HDimgact_elf.c1005 AUXARGS_ENTRY(pos, AT_CANARYLEN, imgp->canarylen); in __elfN()
/trueos/libexec/rtld-elf/
HDrtld.c392 i = aux_info[AT_CANARYLEN]->a_un.a_val; in _rtld()