Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpeicode.h103 unsigned int * table_ptr; member
600 * vars->table_ptr = vars->sym_index; in pe_ILF_make_a_symbol()
607 vars->table_ptr ++; in pe_ILF_make_a_symbol()
858 vars.table_ptr = (unsigned int *) ptr; in pe_ILF_build_a_bfd()
H A Dcoffcode.h4578 unsigned int *table_ptr; in coff_slurp_symbol_table() local
4602 sizeof (*table_ptr), &amt)) in coff_slurp_symbol_table()
4607 table_ptr = (unsigned int *) bfd_zalloc (abfd, amt); in coff_slurp_symbol_table()
4608 if (table_ptr == NULL) in coff_slurp_symbol_table()
4619 table_ptr[this_index] = number_of_symbols; in coff_slurp_symbol_table()
4927 obj_convert (abfd) = table_ptr; in coff_slurp_symbol_table()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpeicode.h103 unsigned int * table_ptr; member
593 * vars->table_ptr = vars->sym_index; in pe_ILF_make_a_symbol()
600 vars->table_ptr ++; in pe_ILF_make_a_symbol()
872 vars.table_ptr = (unsigned int *) ptr; in pe_ILF_build_a_bfd()
H A Dcoffcode.h4716 unsigned int *table_ptr; in coff_slurp_symbol_table() local
4740 sizeof (*table_ptr), &amt)) in coff_slurp_symbol_table()
4745 table_ptr = (unsigned int *) bfd_zalloc (abfd, amt); in coff_slurp_symbol_table()
4746 if (table_ptr == NULL) in coff_slurp_symbol_table()
4757 table_ptr[this_index] = number_of_symbols; in coff_slurp_symbol_table()
5070 obj_convert (abfd) = table_ptr; in coff_slurp_symbol_table()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dwrite.c2255 char *table_ptr; in write_object_file() local
2271 table_ptr = lie->dispfrag->fr_opcode; in write_object_file()
2273 + (table_ptr - lie->dispfrag->fr_literal)); in write_object_file()
2278 md_create_short_jump (table_ptr, from_addr, to_addr, lie->dispfrag, in write_object_file()
2280 table_ptr += md_short_jump_size; in write_object_file()
2312 md_create_long_jump (table_ptr, from_addr, to_addr, lie->dispfrag, in write_object_file()
2314 table_ptr += md_long_jump_size; in write_object_file()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c2261 char *table_ptr; in write_object_file() local
2277 table_ptr = lie->dispfrag->fr_opcode; in write_object_file()
2279 + (table_ptr - lie->dispfrag->fr_literal)); in write_object_file()
2284 md_create_short_jump (table_ptr, from_addr, to_addr, lie->dispfrag, in write_object_file()
2286 table_ptr += md_short_jump_size; in write_object_file()
2318 md_create_long_jump (table_ptr, from_addr, to_addr, lie->dispfrag, in write_object_file()
2320 table_ptr += md_long_jump_size; in write_object_file()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c5674 struct nds32_relax_hint_table *table_ptr; in nds32_find_reloc_table() local
5815 table_ptr = relax_ls_table; in nds32_find_reloc_table()
5816 while (table_ptr->main_type != 0) in nds32_find_reloc_table()
5818 if (table_ptr->main_type == hint_type) in nds32_find_reloc_table()
5820 fixup_info = table_ptr->relax_fixup; in nds32_find_reloc_table()
5821 code_seq = table_ptr->relax_code_seq; in nds32_find_reloc_table()
5822 seq_size = table_ptr->relax_code_size; in nds32_find_reloc_table()
5825 table_ptr++; in nds32_find_reloc_table()
5827 if (table_ptr->main_type == 0) in nds32_find_reloc_table()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c5675 struct nds32_relax_hint_table *table_ptr; in nds32_find_reloc_table() local
5816 table_ptr = relax_ls_table; in nds32_find_reloc_table()
5817 while (table_ptr->main_type != 0) in nds32_find_reloc_table()
5819 if (table_ptr->main_type == hint_type) in nds32_find_reloc_table()
5821 fixup_info = table_ptr->relax_fixup; in nds32_find_reloc_table()
5822 code_seq = table_ptr->relax_code_seq; in nds32_find_reloc_table()
5823 seq_size = table_ptr->relax_code_size; in nds32_find_reloc_table()
5826 table_ptr++; in nds32_find_reloc_table()
5828 if (table_ptr->main_type == 0) in nds32_find_reloc_table()