Searched refs:arg (Results 1 – 12 of 12) sorted by relevance
| /elf/ |
| A D | dl-misc.c | 274 va_list arg; in _dl_debug_printf() local 278 va_end (arg); in _dl_debug_printf() 286 va_list arg; in _dl_debug_printf_c() local 290 va_end (arg); in _dl_debug_printf_c() 298 va_list arg; in _dl_dprintf() local 302 va_end (arg); in _dl_dprintf() 308 va_list arg; in _dl_printf() local 312 va_end (arg); in _dl_printf() 318 va_list arg; in _dl_error_printf() local 322 va_end (arg); in _dl_error_printf() [all …]
|
| A D | tst-unwind-ctor-lib.c | 23 callback (struct _Unwind_Context *ctx, void *arg) in callback() argument
|
| A D | tst-pldd.c | 40 target_process (void *arg) in target_process() argument 46 pldd_process (void *arg) in pldd_process() argument 48 pid_t *target_pid_ptr = (pid_t *) arg; in pldd_process()
|
| A D | tst-unwind-main.c | 29 callback (struct _Unwind_Context *ctx, void *arg) in callback() argument
|
| A D | tst-thrlock.c | 9 tf (void *arg) in tf() argument
|
| A D | tst-execstack.c | 38 waiter_thread (void *arg) in waiter_thread() argument 40 void **f = arg; in waiter_thread()
|
| A D | tst-stringtable.c | 179 #define _(arg) arg argument
|
| A D | dl-iteratephdr.c | 25 cancel_handler (void *arg __attribute__((unused))) in cancel_handler() argument
|
| A D | pldd.c | 64 static error_t parse_opt (int key, char *arg, struct argp_state *state); 226 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
|
| A D | ldconfig.c | 171 static error_t parse_opt (int key, char *arg, struct argp_state *state); 250 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 255 cache_file = arg; in parse_opt() 260 config_file = arg; in parse_opt() 279 opt_chroot = arg; in parse_opt() 288 if (strcmp (arg, "old") == 0) in parse_opt() 290 else if (strcmp (arg, "compat") == 0) in parse_opt() 292 else if (strcmp (arg, "new") == 0) in parse_opt()
|
| A D | rtld.c | 429 static ElfW(Addr) _dl_start_final (void *arg); 436 static ElfW(Addr) _dl_start_final (void *arg, 460 _dl_start_final (void *arg) in ElfW() 463 _dl_start_final (void *arg, struct dl_start_final_info *info) in ElfW() 503 start_addr = _dl_sysdep_start (arg, &dl_main); in ElfW() 522 _dl_start (void *arg) in ElfW() 592 ElfW(Addr) entry = _dl_start_final (arg); in ElfW() 594 ElfW(Addr) entry = _dl_start_final (arg, &info); in ElfW()
|
| A D | sprof.c | 96 static error_t parse_opt (int key, char *arg, struct argp_state *state); 340 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
|
Completed in 19 milliseconds