Searched refs:program (Results 1 – 18 of 18) sorted by relevance
/sysdeps/x86/ |
A D | dl-cet.c | 38 dl_cet_check (struct link_map *m, const char *program) in dl_cet_check() argument 73 if (program) in dl_cet_check() 112 || (program && l == m)) in dl_cet_check() 144 if (!program) in dl_cet_check() 185 if (program) in dl_cet_check() 186 _dl_fatal_printf ("%s: can't disable CET\n", program); in dl_cet_check() 205 if (program && (ibt_enabled || shstk_enabled)) in dl_cet_check() 216 _dl_fatal_printf ("%s: can't lock CET\n", program); in dl_cet_check() 251 _dl_cet_check (struct link_map *main_map, const char *program) in _dl_cet_check() argument 253 dl_cet_check (main_map, program); in _dl_cet_check()
|
A D | dl-prop.h | 30 dl_isa_level_check (struct link_map *m, const char *program) in dl_isa_level_check() argument 56 if (program) in dl_isa_level_check() 58 *l->l_name != '\0' ? l->l_name : program); in dl_isa_level_check() 67 _rtld_main_check (struct link_map *m, const char *program) in _rtld_main_check() argument 69 dl_isa_level_check (m, program); in _rtld_main_check() 71 _dl_cet_check (m, program); in _rtld_main_check()
|
A D | Makefile | 125 tst-cet-legacy-1a-ARGS = -- $(host-test-program-cmd)
|
/sysdeps/aarch64/ |
A D | dl-bti.c | 64 bti_failed (struct link_map *l, const char *program) in bti_failed() argument 66 if (program) in bti_failed() 68 program, l->l_name); in bti_failed() 79 _dl_bti_check (struct link_map *l, const char *program) in _dl_bti_check() argument 85 bti_failed (l, program); in _dl_bti_check() 92 bti_failed (dep, program); in _dl_bti_check()
|
A D | dl-prop.h | 28 _rtld_main_check (struct link_map *m, const char *program) in _rtld_main_check() argument 30 _dl_bti_check (m, program); in _rtld_main_check()
|
/sysdeps/ieee754/dbl-64/ |
A D | powtwo.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
A D | root.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
A D | utan.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
A D | uatan.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
A D | asincos.tbl | 5 * This program is free software; you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program; if not, see <https://www.gnu.org/licenses/>.
|
/sysdeps/generic/ |
A D | dl-prop.h | 30 _rtld_main_check (struct link_map *m, const char *program) in _rtld_main_check() argument
|
/sysdeps/unix/sysv/linux/x86/ |
A D | Makefile | 35 env $(run-program-env) $(test-via-rtld-prefix) \
|
/sysdeps/powerpc/ |
A D | preconfigure.ac | 24 # not choose a --with-cpu value. Scan a trivial generated assembly program
|
A D | preconfigure | 24 # not choose a --with-cpu value. Scan a trivial generated assembly program
|
/sysdeps/s390/ |
A D | Makefile | 30 $(do-install-program)
|
/sysdeps/powerpc/powerpc64/le/ |
A D | configure | 122 # Extract the first word of "$ac_prog", so it can be a program name with args.
|
A D | Makefile | 185 CFLAGS-links-dso-program.cc += -mno-float128
|
/sysdeps/mach/ |
A D | configure | 33 # Extract the first word of "${ac_tool_prefix}mig", so it can be a program name with args. 73 # Extract the first word of "mig", so it can be a program name with args.
|
Completed in 30 milliseconds