Home
last modified time | relevance | path

Searched refs:only_list (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c130 static struct only * only_list = NULL; variable
368 if (only_list == NULL) in process_section_p()
371 for (only = only_list; only; only = only->next) in process_section_p()
390 for (only = only_list; only; only = only->next) in add_only()
397 only->next = only_list; in add_only()
398 only_list = only; in add_only()
415 if (only_list == NULL) in free_only_list()
418 for (only = only_list; only; only = only->next) in free_only_list()
425 for (only = only_list; only; only = next) in free_only_list()
1964 && only_list == NULL in disassemble_section()
DChangeLog-2010910 (only_size, only_used): Replace with only_list.
914 (disassemble_section): Check only_list.