Searched refs:symindx (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c3933 long symindx;
3935 symindx = finfo->sym_indices[indx];
3936 if (symindx < 0)
3939 isym.n_value = symindx;
4003 long symindx;
4005 symindx = finfo->sym_indices[indx];
4006 if (symindx < 0)
4012 aux.x_csect.x_scnlen.l = symindx;
4049 long symindx;
4051 symindx
3927 long symindx; local
3997 long symindx; local
4043 long symindx; local
[all...]
H A Dcofflink.c2013 long symindx;
2015 symindx = finfo->sym_indices[indx];
2016 if (symindx < 0)
2019 auxp->x_sym.x_tagndx.l = symindx;
2012 long symindx; local
H A Delf.c2840 unsigned long symindx;
2851 symindx = 0;
2853 symindx = elf_group_id (sec)->udata.i;
2855 if (symindx == 0)
2860 symindx = elf_section_syms (abfd)[sec->index]->udata.i;
2862 symindx = sec->target_index;
2864 elf_section_data (sec)->this_hdr.sh_info = symindx;
2835 unsigned long symindx; local
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c4466 long symindx;
4468 symindx = flinfo->sym_indices[indx];
4469 if (symindx < 0)
4472 isym.n_value = symindx;
4548 long symindx;
4550 symindx = flinfo->sym_indices[indx];
4551 if (symindx < 0)
4557 aux.x_csect.x_scnlen.l = symindx;
4594 long symindx;
4596 symindx
4454 long symindx; local
4536 long symindx; local
4582 long symindx; local
[all...]
H A Dcofflink.c2085 long symindx;
2087 symindx = flaginfo->sym_indices[indx];
2088 if (symindx < 0)
2091 auxp->x_sym.x_tagndx.l = symindx;
2084 long symindx; local
H A Delf.c3435 unsigned long symindx = 0;
3440 symindx = elf_group_id (sec)->udata.i;
3442 if (symindx == 0)
3447 symindx = elf_section_syms (abfd)[sec->index]->udata.i;
3449 elf_section_data (sec)->this_hdr.sh_info = symindx;
3433 unsigned long symindx = 0; local
H A Delflink.c5540 unsigned long int symindx;
5634 s->contents + (s->indx[bucket] - s->symindx) * 4);
6947 cinfo.symindx = dynsymcount - cinfo.nsyms;
6955 for (i = 0, cnt = cinfo.symindx; i < bucketcount; ++i)
6977 bfd_put_32 (output_bfd, cinfo.symindx, contents + 4);
5530 unsigned long int symindx; member in struct:collect_gnu_hash_codes
/haiku-buildtools/binutils/gold/
H A Ddynobj.cc1247 uint32_t symindx = unhashed_dynsym_count; local
1253 unsigned int cnt = symindx;
1265 elfcpp::Swap<32, big_endian>::writeval(phash + 4, symindx);
1295 elfcpp::Swap<32, big_endian>::writeval(p + (indx[bucket] - symindx) * 4,

Completed in 174 milliseconds