Home
last modified time | relevance | path

Searched refs:text_start (Results 1 – 22 of 22) sorted by relevance

/freebsd-9-stable/contrib/texinfo/info/
Dfootnotes.c125 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/
Dexternal.h51 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
Dia64.h50 char text_start[4]; /* base of text used for this file */ member
Drs6k64.h46 unsigned char text_start[8]; /* base of text used for this file */ member
Drs6000.h42 unsigned char text_start[4]; /* base of text used for this file */ member
Dmips.h44 unsigned char text_start[4]; /* base of text used for this file */ member
Dalpha.h61 unsigned char text_start[8]; /* base of text used for this file */ member
Dti.h150 char text_start[4]; /* base of text used for this file */ member
Dinternal.h219 bfd_vma text_start; /* base of text used for this file */ member
/freebsd-9-stable/contrib/binutils/include/aout/
Dencap.h60 long text_start; member
/freebsd-9-stable/contrib/gdb/gdb/
Dremote-vx.c633 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()
Dminimon.h305 ADDR32 text_start; member
/freebsd-9-stable/contrib/binutils/bfd/
DpeXXigen.c403 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()
Dcoffswap.h615 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()
Dlibecoff.h93 unsigned long text_start; member
Decoff.c118 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()
Dcoff64-rs6000.c969 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
Dcoffcode.h4002 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
DChangeLog-94951995 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.
DChangeLog-91931049 that GDB can figure out text_start and text_end.
DChangeLog-00018659 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
/freebsd-9-stable/contrib/binutils/gas/
Ddwarf2dbg.c152 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()