Searched refs:sections_with_aarch64_elf_section_data (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delfnn-aarch64.c7614 static section_list *sections_with_aarch64_elf_section_data = NULL; variable
7625 entry->next = sections_with_aarch64_elf_section_data;
7629 sections_with_aarch64_elf_section_data = entry;
7639 to the sections_with_aarch64_elf_section_data list in forward order and
7642 entry = sections_with_aarch64_elf_section_data;
7679 if (entry == sections_with_aarch64_elf_section_data)
7680 sections_with_aarch64_elf_section_data = entry->next;

Completed in 114 milliseconds