/glibc-2.36/elf/ |
D | tst-relro-symbols.py | 68 opts = parser.parse_args(argv) 69 img = glibcelf.Image.readfile(opts.object) 72 for sym in opts.required]) 74 for sym in opts.optional]) 81 relro_begin, relro_end = find_relro(opts.object, img) 89 sys.stdout.write('{}: error: {}\n'.format(opts.object, msg)) 133 opts.object))
|
/glibc-2.36/scripts/ |
D | tst-elf-edit.py | 159 def elf_edit(f, opts): argument 192 if phdr.p_type == PT_LOAD and opts.align is not None: 193 elf_edit_align(phdr, opts.align) 197 if phdr.p_type == PT_TLS and opts.maximize_tls_size: 204 if opts.maximize_tls_size and not maximize_tls_size_done: 220 opts = parser.parse_args(argv) 221 with open(opts.output, 'r+b') as fout: 222 elf_edit(fout, opts)
|
D | check-wx-segment.py | 69 opts = parser.parse_args(sys.argv) 71 xfails = set(opts.xfail.split(' ')) 72 xfails_all = opts.xfail.strip() == '*' 75 for path in opts.phdrs:
|
D | tst-ld-trace.py | 101 opts = parser.parse_args(argv) 102 with open(opts.reference, 'r') as fref: 104 parse_trace(opts.command.split()[1:], fref)
|
D | move-symbol-to-libc.py | 154 opts = parser.parse_args(argv) 155 if opts.only_linux: 160 symbols = frozenset(opts.symbols)
|
D | list-fixed-bugs.py | 59 opts = parser.parse_args(argv) 60 list_fixed_bugs(opts.version)
|
D | build-many-glibcs.py | 1218 def bot_run_self(self, opts, action, check=True): argument 1224 cmd.extend(opts) 1873 opts = parser.parse_args(argv) 1874 topdir = os.path.abspath(opts.topdir) 1875 ctx = Context(topdir, opts.parallelism, opts.keep, opts.replace_sources, 1876 opts.strip, opts.full_gcc, opts.action, 1877 shallow=opts.shallow) 1878 ctx.run_builds(opts.action, opts.configs)
|
/glibc-2.36/posix/ |
D | tst-getopt-cancel.c | 58 const char *opts; member 67 const char *opts; member 151 getopt (tc->argc, (char *const *)tc->argv, tc->opts)) 154 tc->opts, tc->longopts, 0))
|
D | tst-getopt_long1.c | 22 static const struct option opts[] = variable 45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test()
|
D | bug-getopt5.c | 7 static const struct option opts[] = variable 29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
D | bug-getopt3.c | 7 static const struct option opts[] = variable 30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
D | bug-getopt4.c | 7 static const struct option opts[] = variable 28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
|
/glibc-2.36/argp/ |
D | argp-help.c | 438 const struct argp_option *opts = argp->options; in make_hol() local 448 if (opts) in make_hol() 453 assert (! oalias (opts)); in make_hol() 456 for (o = opts; ! oend (o); o++) in make_hol() 474 for (o = opts, entry = hol->entries; ! oend (o); entry++) in make_hol()
|
/glibc-2.36/ |
D | Makerules | 643 $(common-objpfx)libc_pic.opts: $(common-objpfx)libc_pic.os 649 $(common-objpfx)libc_pic.os.clean: $(common-objpfx)libc_pic.opts \ 652 generated += libc_pic.opts libc_pic.os.clean
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.5 | 154 * Makerules (build-shlib): Give -L opts for each elt of $(rpath-link).
|
D | ChangeLog.18 | 93496 ($(common-objpfx)libc_pic.opts): New target.
|