Home
last modified time | relevance | path

Searched refs:first (Results 1 – 7 of 7) sorted by relevance

/elf/
A Ddl-usage.c113 if (*first) in print_hwcap_1()
116 *first = false; in print_hwcap_1()
127 print_hwcap_1_finish (bool *first) in print_hwcap_1_finish() argument
129 if (*first) in print_hwcap_1_finish()
168 bool first = true; in print_hwcaps_subdirectories() local
169 print_hwcap_1 (&first, true, "searched"); in print_hwcaps_subdirectories()
170 print_hwcap_1_finish (&first); in print_hwcaps_subdirectories()
181 bool first = true; in print_hwcaps_subdirectories() local
187 print_hwcap_1_finish (&first); in print_hwcaps_subdirectories()
218 bool first = true; in print_legacy_hwcap_directories() local
[all …]
A Ddl-find_object.c316 struct dl_find_object_internal *first = first1; in _dlfo_lookup() local
320 struct dl_find_object_internal *middle = first + half; in _dlfo_lookup()
323 first = middle + 1; in _dlfo_lookup()
330 if (first != end && pc == first->map_start) in _dlfo_lookup()
332 if (pc < first->map_end) in _dlfo_lookup()
333 return first; in _dlfo_lookup()
341 --first; in _dlfo_lookup()
342 if (pc < first->map_end) in _dlfo_lookup()
344 return first; in _dlfo_lookup()
A Ddl-open.c639 unsigned int first = UINT_MAX; in dl_open_worker_begin() local
647 if (first == UINT_MAX) in dl_open_worker_begin()
648 first = j; in dl_open_worker_begin()
665 for (unsigned int i = last; i-- > first; ) in dl_open_worker_begin()
A Drtld-debugger-interface.txt47 if its r_map field isn't NULL. The first r_debug_extended structure
76 r_debug structure's link-map list corresponding to the first new
A Drtld.c2069 bool first = true; in dl_main() local
2083 if (first) in dl_main()
2086 first = false; in dl_main()
2096 _exit (first != true); in dl_main()
2174 int first = 1; in dl_main() local
2189 if (first) in dl_main()
2192 first = 0; in dl_main()
A Ddso-sort-tests-1.def40 # is technically a cycle. The main executable depends on the first two DSOs.
A Ddl-load.c1516 int first = 1; in print_search_path() local
1538 _dl_debug_printf_c (first ? "%s" : ":%s", buf); in print_search_path()
1539 first = 0; in print_search_path()

Completed in 19 milliseconds