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

/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c14129 asection *table_sec;
14139 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable");
14140 if (table_sec != NULL)
14142 if (!nds32_get_section_contents (it_abfd, table_sec, &contents, TRUE))
14148 table_sec->size = number * 4;
15033 asection *table_sec = NULL;
15066 table_sec = bfd_get_section_by_name (it_abfd, ".ex9.itable");
15067 if (table_sec != NULL)
15071 if (table_sec != NULL)
15075 output_bfd = table_sec
14119 asection *table_sec; local
15023 asection *table_sec = NULL; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c8744 Elf_Internal_Shdr *table_sec;
8755 table_sec = section_headers + entry_addr.section;
8758 if (table_offset > table_sec->sh_size
8763 printable_section_name (table_sec));
8769 table_sec = find_section_by_address (table);
8770 if (table_sec != NULL)
8771 table_offset = table - table_sec->sh_addr;
8773 if (table_sec == NULL)
8779 decode_arm_unwind (aux, 0, 0, table_offset, table_sec,
8741 Elf_Internal_Shdr *table_sec; local

Completed in 93 milliseconds