Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.c14175 asection *table_sec; in nds32_elf_ex9_build_itable() local
14185 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable"); in nds32_elf_ex9_build_itable()
14186 if (table_sec != NULL) in nds32_elf_ex9_build_itable()
14188 if (!nds32_get_section_contents (it_abfd, table_sec, &contents, TRUE)) in nds32_elf_ex9_build_itable()
14194 table_sec->size = number * 4; in nds32_elf_ex9_build_itable()
15079 asection *table_sec = NULL; in nds32_elf_ex9_reloc_jmp() local
15112 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable"); in nds32_elf_ex9_reloc_jmp()
15113 if (table_sec != NULL) in nds32_elf_ex9_reloc_jmp()
15117 if (table_sec != NULL) in nds32_elf_ex9_reloc_jmp()
15121 output_bfd = table_sec->output_section->owner; in nds32_elf_ex9_reloc_jmp()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c8623 Elf_Internal_Shdr *table_sec; in dump_arm_unwind() local
8634 table_sec = section_headers + entry_addr.section; in dump_arm_unwind()
8637 if (table_offset > table_sec->sh_size in dump_arm_unwind()
8642 printable_section_name (table_sec)); in dump_arm_unwind()
8648 table_sec = find_section_by_address (table); in dump_arm_unwind()
8649 if (table_sec != NULL) in dump_arm_unwind()
8650 table_offset = table - table_sec->sh_addr; in dump_arm_unwind()
8652 if (table_sec == NULL) in dump_arm_unwind()
8658 decode_arm_unwind (aux, 0, 0, table_offset, table_sec, in dump_arm_unwind()