Searched refs:symbolic_header (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dmips-tfile.c1497 static HDRR symbolic_header; /* symbolic header */
3828 file_offset = sizeof (symbolic_header) + orig_file_header.f_symptr;
3829 symbolic_header.magic = orig_sym_hdr.magic;
3830 symbolic_header.vstamp = orig_sym_hdr.vstamp;
3833 symbolic_header.issExtMax = ext_strings.num_allocated;
3834 symbolic_header.idnMax = dense_num.num_allocated;
3835 symbolic_header.ifdMax = file_desc.num_allocated;
3836 symbolic_header.iextMax = ext_symbols.num_allocated;
3837 symbolic_header.ilineMax = orig_sym_hdr.ilineMax;
3838 symbolic_header
1489 static HDRR symbolic_header; /* symbolic header */ variable
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c430 if (ecoff_data (abfd)->debug_info.symbolic_header.magic ==
460 internal_symhdr = &ecoff_data (abfd)->debug_info.symbolic_header;
520 internal_symhdr = &debug->symbolic_header;
883 + (ecoff_data (abfd)->debug_info.symbolic_header.iextMax
909 fdr_end = fdr_ptr + ecoff_data (abfd)->debug_info.symbolic_header.ifdMax;
1044 + debug_info->symbolic_header.iextMax));
1420 + ecoff_data (abfd)->debug_info.symbolic_header.iextMax);
1466 ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
1519 ->debug_info.symbolic_header.iextMax)));
1601 ->debug_info.symbolic_header
[all...]
H A Decofflink.c539 output_debug->symbolic_header.issMax = 1;
611 HDRR * const output_symhdr = &output_debug->symbolic_header;
612 HDRR * const input_symhdr = &input_debug->symbolic_header;
1084 symhdr = &debug->symbolic_header;
1134 HDRR *output_symhdr = &output_debug->symbolic_header;
1255 HDRR * const symhdr = &debug->symbolic_header;
1325 HDRR * const symhdr = &debug->symbolic_header;
1374 HDRR * const symhdr = &debug->symbolic_header;
1441 tot += debug->symbolic_header.count * size
1471 HDRR * const symhdr = &debug->symbolic_header;
[all...]
H A Delf64-alpha.c1349 symhdr = &debug->symbolic_header;
1485 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
1496 + fi->d.symbolic_header.ifdMax * external_fdr_size);
4944 HDRR *symhdr = &debug.symbolic_header;
5087 + (input_debug.symbolic_header.iextMax
5112 < input_debug.symbolic_header.ifdMax);
H A Delfxx-mips.c891 symhdr = &debug->symbolic_header;
983 HDRR *hdr = &debug->symbolic_header;
9935 amt = fi->d.symbolic_header.ifdMax * sizeof (struct fdr);
9946 + fi->d.symbolic_header.ifdMax * external_fdr_size);
10273 HDRR *symhdr = &debug.symbolic_header;
10548 + (input_debug.symbolic_header.iextMax
10573 < input_debug.symbolic_header.ifdMax);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c150 hdr = &ecoff_data (stdoutput)->debug_info.symbolic_header;
H A Dobj-elf.c2066 ecoff_build_debug (&debug.symbolic_header, &buf, debug_swap);
2070 debug.ptr = (type) (buf + debug.symbolic_header.offset)
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Decoff.h289 HDRR symbolic_header; member in struct:ecoff_debug_info
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c436 (info->symbolic_header.ifdMax
440 + info->symbolic_header.ifdMax * swap->external_fdr_size);
2233 HDRR *hdr = &debug_info->symbolic_header;

Completed in 194 milliseconds