Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c129 static struct only * only_list = NULL; variable
367 if (only_list == NULL) in process_section_p()
370 for (only = only_list; only; only = only->next) in process_section_p()
389 for (only = only_list; only; only = only->next) in add_only()
396 only->next = only_list; in add_only()
397 only_list = only; in add_only()
414 if (only_list == NULL) in free_only_list()
417 for (only = only_list; only; only = only->next) in free_only_list()
424 for (only = only_list; only; only = next) in free_only_list()
1908 && only_list == NULL in disassemble_section()
DChangeLog-2010910 (only_size, only_used): Replace with only_list.
914 (disassemble_section): Check only_list.