Home
last modified time | relevance | path

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

/dports/devel/elfutils/elfutils-0.179/src/
H A Dreadelf.c276 static struct section_argument *string_sections; variable
277 static struct section_argument **string_sections_tail = &string_sections;
379 cleanup_list (string_sections); in main()
1025 if (string_sections != NULL) in process_elf_file()
12695 for_each_section_argument (ebl->elf, string_sections, &print_string_section); in dump_strings()
H A DChangeLog123 (main): Call cleanup_list for dump_data_sections and string_sections.
3229 string_sections list in local function add_dump_section. Adjust 'x'
3231 to string_sections list.
3838 (string_sections, string_sections_tail): New static variables.