Home
last modified time | relevance | path

Searched refs:sym_index (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dpeicode.h99 unsigned int sym_index; member
439 unsigned int sym_index) in pe_ILF_make_a_symbol_reloc() argument
453 internal->r_symndx = sym_index; in pe_ILF_make_a_symbol_reloc()
529 BFD_ASSERT (vars->sym_index < NUM_ILF_SYMS); in pe_ILF_make_a_symbol()
561 * vars->table_ptr = vars->sym_index; in pe_ILF_make_a_symbol()
565 vars->sym_index ++; in pe_ILF_make_a_symbol()
626 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
776 vars.sym_index = 0; in pe_ILF_build_a_bfd()
919 imp_index = vars.sym_index - 1; in pe_ILF_build_a_bfd()
1008 bfd_get_symcount (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dpeicode.h110 unsigned int sym_index; member
474 unsigned int sym_index) in pe_ILF_make_a_symbol_reloc() argument
488 internal->r_symndx = sym_index; in pe_ILF_make_a_symbol_reloc()
566 BFD_ASSERT (vars->sym_index < NUM_ILF_SYMS); in pe_ILF_make_a_symbol()
619 * vars->table_ptr = vars->sym_index; in pe_ILF_make_a_symbol()
623 vars->sym_index ++; in pe_ILF_make_a_symbol()
683 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1; in pe_ILF_make_a_section()
832 vars.sym_index = 0; in pe_ILF_build_a_bfd()
993 imp_index = vars.sym_index - 1; in pe_ILF_build_a_bfd()
1082 bfd_get_symcount (abfd) = vars.sym_index; in pe_ILF_build_a_bfd()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dmips-tfile.c2116 add_aux_sym_rndx (file_index, sym_index) in add_aux_sym_rndx() argument
2118 symint_t sym_index;
2129 aux_ptr->rndx.index = sym_index;
2247 symint_t sym_index = t->tag_ptr->indx; local
2251 (void) add_aux_sym_rndx (ST_RFDESCAPE, sym_index);
2254 else if (sym_index != indexNil)
2256 (void) add_aux_sym_rndx (ST_RFDESCAPE, sym_index);
2267 (void) add_aux_sym_rndx (ST_RFDESCAPE, sym_index);
2361 int sym_index; local
2379 sym_index = add_local_symbol (name_start,
[all …]
Dcollect2.c2754 int sym_index, sym_count; local
2783 sym_index = GCC_SYMZERO (ldptr);
2790 while (sym_index < sym_count)
2794 if (ldtbread (ldptr, sym_index, &symbol) <= 0)
2796 sym_index += GCC_SYMINC (symbol);
/openbsd/src/gnu/gcc/gcc/
Dcollect2.c2392 int sym_index, sym_count; in scan_prog_file() local
2421 sym_index = GCC_SYMZERO (ldptr); in scan_prog_file()
2428 while (sym_index < sym_count) in scan_prog_file()
2432 if (ldtbread (ldptr, sym_index, &symbol) <= 0) in scan_prog_file()
2434 sym_index += GCC_SYMINC (symbol); in scan_prog_file()
Dmips-tfile.c1999 add_aux_sym_rndx (int file_index, symint_t sym_index) in add_aux_sym_rndx() argument
2010 aux_ptr->rndx.index = sym_index; in add_aux_sym_rndx()
2125 symint_t sym_index = t->tag_ptr->indx; in add_aux_sym_tir() local
2129 (void) add_aux_sym_rndx (ST_RFDESCAPE, sym_index); in add_aux_sym_tir()
2132 else if (sym_index != indexNil) in add_aux_sym_tir()
2134 (void) add_aux_sym_rndx (ST_RFDESCAPE, sym_index); in add_aux_sym_tir()
2145 (void) add_aux_sym_rndx (ST_RFDESCAPE, sym_index); in add_aux_sym_tir()
2238 int sym_index; in add_unknown_tag() local
2256 sym_index = add_local_symbol (name_start, in add_unknown_tag()
2276 f_cur->index_ptr->rndx.index = sym_index; in add_unknown_tag()
/openbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c848 long sym_index; /* final symbol index */ member
1421 static symint_t add_aux_sym_rndx (int file_index, symint_t sym_index);
1630 psym->sym_index = -1; in add_ecoff_symbol()
1818 add_aux_sym_rndx (int file_index, symint_t sym_index) in add_aux_sym_rndx() argument
1834 aux_ptr->data.rndx.index = sym_index; in add_aux_sym_rndx()
4127 know (begin_ptr->sym_index != -1); in ecoff_build_symbols()
4128 sym_ptr->ecoff_sym.asym.index = begin_ptr->sym_index; in ecoff_build_symbols()
4143 + (begin_ptr->sym_index in ecoff_build_symbols()
4215 sym_ptr->sym_index = isym; in ecoff_build_symbols()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Decoff.c849 long sym_index; /* final symbol index */ member
1422 static symint_t add_aux_sym_rndx (int file_index, symint_t sym_index);
1631 psym->sym_index = -1; in add_ecoff_symbol()
1819 add_aux_sym_rndx (int file_index, symint_t sym_index) in add_aux_sym_rndx() argument
1835 aux_ptr->data.rndx.index = sym_index; in add_aux_sym_rndx()
4126 know (begin_ptr->sym_index != -1); in ecoff_build_symbols()
4127 sym_ptr->ecoff_sym.asym.index = begin_ptr->sym_index; in ecoff_build_symbols()
4142 + (begin_ptr->sym_index in ecoff_build_symbols()
4214 sym_ptr->sym_index = isym; in ecoff_build_symbols()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c2792 int sym_index = sym_offset / sizeof (struct dntt_type_block); in hpread_expand_symtab() local
2807 dn_bufp = hpread_get_lntt (sym_index, objfile); in hpread_expand_symtab()
2840 dn_bufp = hpread_get_lntt (sym_index + symnum, objfile); in hpread_expand_symtab()
2850 filename, symnum + sym_index, in hpread_expand_symtab()