Lines Matching defs:arg
163 static error_t parse_opt (int key, char *arg, struct argp_state *state);
287 const char *arg;
413 a->arg = name;
424 parse_opt (int key, char *arg,
481 notes_section = arg;
494 symbol_table_section = arg;
508 if (arg == NULL)
514 else if (strcmp (arg, "abbrev") == 0)
516 else if (strcmp (arg, "addr") == 0)
521 else if (strcmp (arg, "aranges") == 0)
523 else if (strcmp (arg, "decodedaranges") == 0)
528 else if (strcmp (arg, "ranges") == 0)
533 else if (strcmp (arg, "frame") == 0 || strcmp (arg, "frames") == 0)
535 else if (strcmp (arg, "info") == 0)
540 else if (strcmp (arg, "info+") == 0)
546 else if (strcmp (arg, "loc") == 0)
551 else if (strcmp (arg, "line") == 0)
553 else if (strcmp (arg, "decodedline") == 0)
558 else if (strcmp (arg, "pubnames") == 0)
560 else if (strcmp (arg, "str") == 0)
566 else if (strcmp (arg, "macinfo") == 0)
568 else if (strcmp (arg, "macro") == 0)
570 else if (strcmp (arg, "exception") == 0)
572 else if (strcmp (arg, "gdb_index") == 0)
577 arg);
586 if (arg == NULL)
593 add_dump_section (arg, key, false);
621 if (arg == NULL)
624 elf_input_section = arg;
627 dwarf_skeleton = arg;
786 void *arg)
788 if (*(bool *) arg)
790 *(bool *) arg = true;
805 void *arg)
807 const struct process_dwflmod_args *a = arg;
7204 attr_callback (Dwarf_Attribute *attrp, void *arg)
7206 struct attrcb_args *cbargs = (struct attrcb_args *) arg;
10358 // uleb128 nr args, 1 byte per arg form.
10577 void *arg)
10579 int *np = (int *) arg;
11403 /* Check that there is one and only one Dwfl_Module, return in arg. */
11409 void *arg)
11411 Dwfl_Module **m = (Dwfl_Module **) arg;
12991 unsigned long int shndx = strtoul (a->arg, &endp, 0);
12992 if (endp != a->arg && *endp == '\0')
13019 if (!strcmp (name, a->arg))
13027 error (0, 0, _("\nsection '%s' does not exist"), a->arg);