Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/elf/
Dtst-relro-symbols.py68 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/
Dtst-elf-edit.py159 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)
Dcheck-wx-segment.py69 opts = parser.parse_args(sys.argv)
71 xfails = set(opts.xfail.split(' '))
72 xfails_all = opts.xfail.strip() == '*'
75 for path in opts.phdrs:
Dtst-ld-trace.py101 opts = parser.parse_args(argv)
102 with open(opts.reference, 'r') as fref:
104 parse_trace(opts.command.split()[1:], fref)
Dmove-symbol-to-libc.py154 opts = parser.parse_args(argv)
155 if opts.only_linux:
160 symbols = frozenset(opts.symbols)
Dlist-fixed-bugs.py59 opts = parser.parse_args(argv)
60 list_fixed_bugs(opts.version)
Dbuild-many-glibcs.py1218 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/
Dtst-getopt-cancel.c58 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))
Dtst-getopt_long1.c22 static const struct option opts[] = variable
45 int c = getopt_long (argc, argv, "12345", opts, NULL); in do_test()
Dbug-getopt5.c7 static const struct option opts[] = variable
29 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
Dbug-getopt3.c7 static const struct option opts[] = variable
30 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
Dbug-getopt4.c7 static const struct option opts[] = variable
28 int c = getopt_long (argc, argv, fmt, opts, NULL); in one_test()
/glibc-2.36/argp/
Dargp-help.c438 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/
DMakerules643 $(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/
DChangeLog.5154 * Makerules (build-shlib): Give -L opts for each elt of $(rpath-link).
DChangeLog.1893496 ($(common-objpfx)libc_pic.opts): New target.