| /freebsd-9-stable/contrib/texinfo/info/ |
| D | footnotes.c | 125 long text_start = fn_start; in make_footnotes_node() local 133 while (text_start < fn_node->nodelen) in make_footnotes_node() 134 if (fn_node->contents[text_start++] == '\n') in make_footnotes_node() 137 result->nodelen = strlen (header) + fn_node->nodelen - text_start; in make_footnotes_node() 143 fn_node->contents + text_start, fn_node->nodelen - text_start); in make_footnotes_node()
|
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | external.h | 51 char text_start[4]; /* base of text used for this file */ member 67 char text_start[4]; /* Base of text used for this file. */ member
|
| D | ia64.h | 50 char text_start[4]; /* base of text used for this file */ member
|
| D | rs6k64.h | 46 unsigned char text_start[8]; /* base of text used for this file */ member
|
| D | rs6000.h | 42 unsigned char text_start[4]; /* base of text used for this file */ member
|
| D | mips.h | 44 unsigned char text_start[4]; /* base of text used for this file */ member
|
| D | alpha.h | 61 unsigned char text_start[8]; /* base of text used for this file */ member
|
| D | ti.h | 150 char text_start[4]; /* base of text used for this file */ member
|
| D | internal.h | 219 bfd_vma text_start; /* base of text used for this file */ member
|
| /freebsd-9-stable/contrib/binutils/include/aout/ |
| D | encap.h | 60 long text_start; member
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | remote-vx.c | 633 CORE_ADDR text_start; member 646 args->text_start = bfd_get_section_vma (abfd, sect); in find_sect() 684 ss.text_start = 0; in vx_add_symbols() 690 offs->offsets[SECT_OFF_TEXT (objfile)] = text_addr - ss.text_start; in vx_add_symbols()
|
| D | minimon.h | 305 ADDR32 text_start; member
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | peXXigen.c | 403 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in() 404 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in _bfd_XXi_swap_aouthdr_in() 419 a->BaseOfCode = aouthdr_int->text_start; in _bfd_XXi_swap_aouthdr_in() 477 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in() 479 aouthdr_int->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_in() 562 aouthdr_in->text_start -= ib; in _bfd_XXi_swap_aouthdr_out() 564 aouthdr_in->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_out() 679 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in _bfd_XXi_swap_aouthdr_out() 680 aouthdr_out->standard.text_start); in _bfd_XXi_swap_aouthdr_out()
|
| D | coffswap.h | 615 aouthdr_int->text_start = in coff_swap_aouthdr_in() 616 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in coff_swap_aouthdr_in() 686 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in coff_swap_aouthdr_out() 687 aouthdr_out->text_start); in coff_swap_aouthdr_out()
|
| D | libecoff.h | 93 unsigned long text_start; member
|
| D | ecoff.c | 118 ecoff->text_start = internal_a->text_start; in _bfd_ecoff_mkobject_hook() 119 ecoff->text_end = internal_a->text_start + internal_a->tsize; in _bfd_ecoff_mkobject_hook() 2335 bfd_vma text_start; in _bfd_ecoff_write_object_contents() local 2364 text_start = 0; in _bfd_ecoff_write_object_contents() 2463 if (! set_text_start || text_start > vma) in _bfd_ecoff_write_object_contents() 2465 text_start = vma; in _bfd_ecoff_write_object_contents() 2548 internal_a.text_start = text_start &~ (round - 1); in _bfd_ecoff_write_object_contents() 2555 internal_a.text_start = text_start; in _bfd_ecoff_write_object_contents()
|
| D | coff64-rs6000.c | 969 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
|
| D | coffcode.h | 4002 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
|
| D | ChangeLog-9495 | 1995 entry, text_start and data_start. 7884 STYP_ECOFF_LIB section, and don't adjust text_start or data_start 7892 * ecoff.c (ecoff_write_object_contents): Set the text_start and 8830 text_start and data_start bfd_vma instead of unsigned long.
|
| D | ChangeLog-9193 | 1049 that GDB can figure out text_start and text_end.
|
| D | ChangeLog-0001 | 8659 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | dwarf2dbg.c | 152 symbolS *text_start; member 1378 s->text_start = beg; in out_debug_ranges() 1454 s->text_start = beg; in out_debug_aranges() 1582 expr.X_add_symbol = all_segs->text_start; in out_debug_info()
|