Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/coff/
HDexternal.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
HDia64.h50 char text_start[4]; /* base of text used for this file */ member
HDrs6k64.h46 unsigned char text_start[8]; /* base of text used for this file */ member
HDrs6000.h42 unsigned char text_start[4]; /* base of text used for this file */ member
HDmips.h44 unsigned char text_start[4]; /* base of text used for this file */ member
HDalpha.h61 unsigned char text_start[8]; /* base of text used for this file */ member
HDinternal.h219 bfd_vma text_start; /* base of text used for this file */ member
HDti.h150 char text_start[4]; /* base of text used for this file */ member
/freebsd-11-stable/contrib/binutils/include/aout/
HDencap.h60 long text_start; member
/freebsd-11-stable/contrib/gdb/gdb/
HDremote-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()
HDminimon.h305 ADDR32 text_start; member
/freebsd-11-stable/contrib/binutils/bfd/
HDpeXXigen.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()
488 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
490 aouthdr_int->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_in()
573 aouthdr_in->text_start -= ib; in _bfd_XXi_swap_aouthdr_out()
575 aouthdr_in->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_out()
690 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in _bfd_XXi_swap_aouthdr_out()
691 aouthdr_out->standard.text_start); in _bfd_XXi_swap_aouthdr_out()
HDcoffswap.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()
HDlibecoff.h93 unsigned long text_start; member
HDecoff.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()
HDcoff64-rs6000.c969 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
HDcoffcode.h4002 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
HDChangeLog-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.
HDChangeLog-00018659 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
HDChangeLog-91931049 that GDB can figure out text_start and text_end.
/freebsd-11-stable/contrib/binutils/gas/
HDdwarf2dbg.c152 symbolS *text_start; member
1376 s->text_start = beg; in out_debug_ranges()
1452 s->text_start = beg; in out_debug_aranges()
1580 expr.X_add_symbol = all_segs->text_start; in out_debug_info()