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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c9504 static section_list * sections_with_arm_elf_section_data = NULL; variable
9515 entry->next = sections_with_arm_elf_section_data;
9519 sections_with_arm_elf_section_data = entry;
9529 to the sections_with_arm_elf_section_data list in forward order and
9532 entry = sections_with_arm_elf_section_data;
9582 if (entry == sections_with_arm_elf_section_data)
9583 sections_with_arm_elf_section_data = entry->next;

Completed in 72 milliseconds