Home
last modified time | relevance | path

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

/freebsd-12.1/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; in record_section_with_arm_elf_section_data()
9519 sections_with_arm_elf_section_data = entry; in record_section_with_arm_elf_section_data()
9532 entry = sections_with_arm_elf_section_data; in find_arm_elf_section_entry()
9582 if (entry == sections_with_arm_elf_section_data) in unrecord_section_with_arm_elf_section_data()
9583 sections_with_arm_elf_section_data = entry->next; in unrecord_section_with_arm_elf_section_data()