Searched refs:exec_start (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/ld.so/
H A Dlibrary.c108 char hbuf[4096], *exec_start = 0; local
272 if ((flags & PROT_EXEC) && exec_start == 0) {
273 exec_start = start;
329 (size_t)((exec_start + exec_size) - libaddr),
330 exec_start, exec_size);
H A Dlibrary_mquery.c116 char hbuf[4096], *exec_start; local
244 exec_start = NULL;
293 if ((ld->prot & PROT_EXEC) && exec_start == NULL) {
294 exec_start = (void *)(LOFF + ld->moff);
337 (size_t)((exec_start + exec_size) - LOFF),
338 exec_start, exec_size);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash66.C42 eshort exec_start; member in struct:digiheader

Completed in 169 milliseconds