Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-aarch64.c8189 static section_list *sections_with_aarch64_elf_section_data = NULL; variable
8200 entry->next = sections_with_aarch64_elf_section_data; in record_section_with_aarch64_elf_section_data()
8204 sections_with_aarch64_elf_section_data = entry; in record_section_with_aarch64_elf_section_data()
8217 entry = sections_with_aarch64_elf_section_data; in find_aarch64_elf_section_entry()
8254 if (entry == sections_with_aarch64_elf_section_data) in unrecord_section_with_aarch64_elf_section_data()
8255 sections_with_aarch64_elf_section_data = entry->next; in unrecord_section_with_aarch64_elf_section_data()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-aarch64.c8476 static section_list *sections_with_aarch64_elf_section_data = NULL; variable
8487 entry->next = sections_with_aarch64_elf_section_data; in record_section_with_aarch64_elf_section_data()
8491 sections_with_aarch64_elf_section_data = entry; in record_section_with_aarch64_elf_section_data()
8504 entry = sections_with_aarch64_elf_section_data; in find_aarch64_elf_section_entry()
8541 if (entry == sections_with_aarch64_elf_section_data) in unrecord_section_with_aarch64_elf_section_data()
8542 sections_with_aarch64_elf_section_data = entry->next; in unrecord_section_with_aarch64_elf_section_data()