Searched refs:symnum (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dvms-hdr.c256 unsigned int symnum; local
333 for (symnum = 0; symnum < abfd->symcount; symnum++)
335 symbol = abfd->outsymbols[symnum];
358 if (symnum == abfd->symcount)
H A Dvms-gsd.c731 unsigned int symnum; local
844 for (symnum = 0; symnum < abfd->symcount; symnum++)
848 symbol = abfd->outsymbols[symnum];
H A Dbout.c649 unsigned int symnum;
655 symnum = (raw[4] << 16) | (raw[5] << 8) | raw[6];
657 symnum = (raw[6] << 16) | (raw[5] << 8) | raw[4];
665 cache_ptr->sym_ptr_ptr = symbols + symnum;
678 /* Sign-extend symnum from 24 bits to whatever host uses. */
679 s = symnum;
849 /* symnum == -2; extern_mask not set, pcrel_mask set. */
648 unsigned int symnum; local
H A Dvms.h595 int symnum; member in struct:vms_private_data_struct
H A Dvms.c1088 PRIV (symnum) = 0;
1090 PRIV (symcache)[PRIV (symnum)++] = ((vms_symbol_entry *)entry)->symbol;
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c354 repeated_header_complaint (name, symnum);
884 symnum++;
938 repeated_header_complaint (name, symnum);
976 symnum);
1284 for (symnum = 0; symnum < DBX_SYMCOUNT (objfile); symnum++)
1374 symnum * symbol_size,
1426 error ("string table offset backs up at %d", symnum);
1491 if (prev_so_symnum != symnum
[all...]
H A Dbuildsym.h93 EXTERN unsigned int symnum; variable
H A Dcoffread.c745 symnum = 0;
746 while (symnum < nsyms)
796 /* c_value field contains symnum of next .file entry in table
797 or symnum of first global after last .file. */
987 "`.ef' symbol without matching `.bf' symbol ignored starting at symnum %d",
998 "Unmatched .ef symbol(s) ignored starting at symnum %d",
1062 "`.eb' symbol without matching `.bb' symbol ignored starting at symnum %d",
1071 "Mismatched .eb symbol ignored starting at symnum %d",
1072 symnum);
1126 cs->c_symnum = symnum;
[all...]
H A Dxcoffread.c166 "Mismatched .ef symbol ignored starting at symnum %d", arg1);
173 "Mismatched .eb symbol ignored starting at symnum %d", arg1);
894 ++symnum;
957 symnum = ((struct symloc *) pst->read_symtab_private)->first_symnum;
959 symnum + ((struct symloc *) pst->read_symtab_private)->numsyms;
964 + symnum * local_symesz;
966 while (symnum < max_symnum)
983 cs->c_symnum = symnum;
1021 ++symnum;
1030 ++symnum;
[all...]
H A Dhpread.c311 symnum);
2849 for (symnum = 0;
2850 symnum < max_symnum;
2851 symnum++)
2854 dn_bufp = hpread_get_lntt (sym_index + symnum, objfile);
2864 filename, symnum + sym_index,
5281 lbrac_unmatched_complaint (symnum);
5404 lbrac_unmatched_complaint (symnum);
5632 lbrac_mismatch_complaint (symnum);
5668 lbrac_mismatch_complaint ((char *) symnum);
[all...]
H A Dstabsread.c234 filenum, index, symnum);
1791 symnum);
2633 symnum);
H A Dmdebugread.c2863 if (prev_so_symnum != symnum - 1)
2865 first_so_symnum = symnum;
2875 prev_so_symnum = symnum;

Completed in 180 milliseconds