Home
last modified time | relevance | path

Searched refs:s (Results 1 – 15 of 15) sorted by relevance

/elf/
A Ddl-hwcaps_split.c26 if (s->segment == NULL) in _dl_hwcaps_split()
30 s->segment += s->length; in _dl_hwcaps_split()
34 while (*s->segment == ':') in _dl_hwcaps_split()
35 ++s->segment; in _dl_hwcaps_split()
36 if (*s->segment == '\0') in _dl_hwcaps_split()
43 s->length = strlen (s->segment); in _dl_hwcaps_split()
45 s->length = colon - s->segment; in _dl_hwcaps_split()
54 if (!_dl_hwcaps_split (&s->split)) in _dl_hwcaps_split_masked()
56 bool active = s->bitmask & 1; in _dl_hwcaps_split_masked()
57 s->bitmask >>= 1; in _dl_hwcaps_split_masked()
[all …]
A Dgen-trusted-dirs.awk7 s[cnt++] = $i"/";
14 printf (" \"%s\"", s[0]);
17 printf (" \"\\0\" \"%s\"", s[i]);
24 printf (" %d", length (s[0]));
25 m = length (s[0]);
28 printf (", %d", length(s[i]));
29 if (length(s[i]) > m) {
30 m = length(s[i]);
A Dtst-stringtable.c30 struct stringtable s = { 0, }; in do_test() local
36 stringtable_free (&s); in do_test()
45 TEST_COMPARE (s.count, 1); in do_test()
53 stringtable_free (&s); in do_test()
62 TEST_COMPARE (s.count, 1); in do_test()
70 stringtable_free (&s); in do_test()
80 TEST_COMPARE (s.count, 1); in do_test()
86 TEST_COMPARE (s.count, 2); in do_test()
95 stringtable_free (&s); in do_test()
129 stringtable_free (&s); in do_test()
[all …]
A Dfilter.c10 const char *s; in main() local
14 s = foo (); in main()
16 printf ("called `foo' from `%s'\n", s); in main()
18 return strcmp (s, "filtmod2.c"); in main()
A Ddl-hwcaps.h52 _dl_hwcaps_split_init (struct dl_hwcaps_split *s, const char *subject) in _dl_hwcaps_split_init() argument
54 s->segment = subject; in _dl_hwcaps_split_init()
56 s->length = 0; in _dl_hwcaps_split_init()
64 _Bool _dl_hwcaps_split (struct dl_hwcaps_split *s) attribute_hidden;
83 _dl_hwcaps_split_masked_init (struct dl_hwcaps_split_masked *s, in _dl_hwcaps_split_masked_init() argument
87 _dl_hwcaps_split_init (&s->split, subject); in _dl_hwcaps_split_masked_init()
88 s->bitmask = bitmask; in _dl_hwcaps_split_masked_init()
89 s->mask = mask; in _dl_hwcaps_split_masked_init()
93 _Bool _dl_hwcaps_split_masked (struct dl_hwcaps_split_masked *s)
A Dtst-tlsmod17a.c6 #define CONCAT1(s, n) s##n argument
7 #define CONCAT(s, n) CONCAT1(s, n) argument
A Ddl-diagnostics.h26 void _dl_diagnostics_print_string (const char *s) attribute_hidden;
30 void _dl_diagnostics_print_labeled_string (const char *label, const char *s)
A Ddl-diagnostics.c64 print_string_length (const char *s, size_t len) in print_string_length() argument
68 print_quoted_char (s[i]); in print_string_length()
73 _dl_diagnostics_print_string (const char *s) in _dl_diagnostics_print_string() argument
75 if (s == NULL) in _dl_diagnostics_print_string()
82 while (*s != '\0') in _dl_diagnostics_print_string()
84 print_quoted_char (*s); in _dl_diagnostics_print_string()
85 ++s; in _dl_diagnostics_print_string()
91 _dl_diagnostics_print_labeled_string (const char *label, const char *s) in _dl_diagnostics_print_labeled_string() argument
94 _dl_diagnostics_print_string (s); in _dl_diagnostics_print_labeled_string()
A Drtld-Rules55 ifeq "$(findstring s,$(MAKEFLAGS))" "" # if not -s
57 else # -s
59 endif # not -s
92 rtld-compile-command.s = $(compile-command.s) $(rtld-CPPFLAGS)
100 $(objpfx)rtld-%.os: rtld-%.s $(before-compile)
101 $(rtld-compile-command.s)
106 $(objpfx)rtld-%.os: %.s $(before-compile)
107 $(rtld-compile-command.s)
115 $(rtld-compile-command.s)
120 $(objpfx)rtld-%.os: $(objpfx)%.s $(before-compile)
[all …]
A Ddl-lookup.c40 const ElfW(Sym) *s;
242 result->s = sym; in do_lookup_unique()
349 result->s = sym; in do_lookup_unique()
541 if (! result->s) in do_lookup_x()
551 result->s = sym; in do_lookup_x()
581 for (unsigned char c = *s; c != '\0'; c = *++s) in dl_new_hash()
1053 if (val.s != value->s || val.m != value->m) in _dl_debug_bindings()
1056 && val.s in _dl_debug_bindings()
1090 if (value->s) in _dl_debug_bindings()
1119 (size_t) (value->s ? value->s->st_value : 0)); in _dl_debug_bindings()
[all …]
A Drtld-debugger-interface.txt6 If the executable's dynamic section has a DT_DEBUG element, the
7 run-time linker sets that element's value to the address where this
68 DT_DEBUG for the application's main link-map list, or some other
76 r_debug structure's link-map list corresponding to the first new
103 namespace. The namespace's r_debug structure is not guaranteed
108 namespace. The namespace's r_debug structure is consistent and
109 may be inspected, although objects in the namespace's link-map
114 the specified namespace. The namespace's r_debug structure
119 specified namespace. The namespace's r_debug structure is not
125 The namespace's r_debug structure is consistent and may be
[all …]
A Dtst-audit18.c41 pid_t (*s) (void) = xdlsym (h, "getpid"); in handle_restart() local
42 TEST_COMPARE (s (), getpid ()); in handle_restart()
A Dsprof.c1286 struct known_symbol *s = *(struct known_symbol **) node; in printflat() local
1288 cumu_ticks += s->ticks; in printflat()
1291 total_ticks ? (100.0 * s->ticks) / total_ticks : 0.0, in printflat()
1293 tick_unit * s->ticks, in printflat()
1294 s->calls, in printflat()
1295 s->calls ? (s->ticks * 1000000) * tick_unit / s->calls : 0, in printflat()
1297 s->name); in printflat()
A Ddl-load.c1312 const size_t s = (uintptr_t) (&__stack_prot + 1) - p; in _dl_map_object_from_fd() local
1318 if (__glibc_likely (p + s <= relro_end)) in _dl_map_object_from_fd()
1321 if (__mprotect ((void *) p, s, PROT_READ|PROT_WRITE) < 0) in _dl_map_object_from_fd()
1327 __mprotect ((void *) p, s, PROT_READ); in _dl_map_object_from_fd()
A Drtld.c1026 #define STRING(s) __STRING (s) in load_audit_module() argument

Completed in 23 milliseconds