Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c7737 static section_list * sections_with_arm_elf_section_data = NULL; variable
7748 entry->next = sections_with_arm_elf_section_data; in record_section_with_arm_elf_section_data()
7752 sections_with_arm_elf_section_data = entry; in record_section_with_arm_elf_section_data()
7765 entry = sections_with_arm_elf_section_data; in find_arm_elf_section_entry()
7815 if (entry == sections_with_arm_elf_section_data) in unrecord_section_with_arm_elf_section_data()
7816 sections_with_arm_elf_section_data = entry->next; in unrecord_section_with_arm_elf_section_data()