Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c14146 asection *table_sec; in nds32_elf_ex9_build_itable() local
14156 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable"); in nds32_elf_ex9_build_itable()
14157 if (table_sec != NULL) in nds32_elf_ex9_build_itable()
14159 if (!nds32_get_section_contents (it_abfd, table_sec, &contents)) in nds32_elf_ex9_build_itable()
14165 table_sec->size = number * 4; in nds32_elf_ex9_build_itable()
15050 asection *table_sec = NULL; in nds32_elf_ex9_reloc_jmp() local
15083 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable"); in nds32_elf_ex9_reloc_jmp()
15084 if (table_sec != NULL) in nds32_elf_ex9_reloc_jmp()
15088 if (table_sec != NULL) in nds32_elf_ex9_reloc_jmp()
15092 output_bfd = table_sec->output_section->owner; in nds32_elf_ex9_reloc_jmp()
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c7831 Elf_Internal_Shdr *table_sec; in dump_arm_unwind() local
7842 table_sec = section_headers + entry_addr.section; in dump_arm_unwind()
7847 table_sec = find_section_by_address (table); in dump_arm_unwind()
7848 if (table_sec != NULL) in dump_arm_unwind()
7849 table_offset = table - table_sec->sh_addr; in dump_arm_unwind()
7851 if (table_sec == NULL) in dump_arm_unwind()
7857 decode_arm_unwind (aux, 0, 0, table_offset, table_sec, in dump_arm_unwind()