Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dscript.exp39 if {![info exists nm_output(text_start)] \
63 if {$nm_output(text_start) != 0x100} {
64 send_log "text_start == $nm_output(text_start)\n"
65 verbose "text_start == $nm_output(text_start)"
Dscriptm.t4 public text_start = $100
6 text_start + 4
Dsizeof.exp40 if {![info exists nm_output(text_start)] \
52 if {$nm_output(text_end) - $nm_output(text_start) != $nm_output(sizeof_text)} {
Dscript.t4 text_start = .;
Dsizeof.t4 text_start = .;
Dmemory.t18 text_start = ORIGIN (TEXTMEM);
/toolchain/binutils/binutils-2.25/include/coff/
Dexternal.h52 char text_start[4]; /* base of text used for this file */ member
68 char text_start[4]; /* Base of text used for this file. */ member
Dia64.h51 char text_start[4]; /* base of text used for this file */ member
Dapollo.h53 char text_start[4]; /* base of text used for this file */ member
Di960.h84 char text_start[4]; /* base of text used for this file */ member
Drs6k64.h47 unsigned char text_start[8]; /* base of text used for this file */ member
Dmips.h45 unsigned char text_start[4]; /* base of text used for this file */ member
Drs6000.h57 unsigned char text_start[4]; /* base of text used for this file */ member
Dalpha.h62 unsigned char text_start[8]; /* base of text used for this file */ member
Dinternal.h257 bfd_vma text_start; /* base of text used for this file */ member
Dti.h154 char text_start[4]; /* base of text used for this file */ member
/toolchain/binutils/binutils-2.25/include/aout/
Dencap.h61 long text_start; member
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c476 (unsigned int)bfd_h_get_32 (abfd, auxhdr.text_start)); in dump_xcoff32_aout_header()
1289 unsigned int text_start, unsigned int func_start) in dump_xcoff32_tbtags() argument
1293 if (func_start - text_start > text_size) in dump_xcoff32_tbtags()
1298 for (i = func_start - text_start; i < text_size; i+= 4) in dump_xcoff32_tbtags()
1362 tboff, text_start + i - tboff); in dump_xcoff32_tbtags()
1424 printf (_(" (end of tags at %08x)\n"), text_start + off); in dump_xcoff32_tbtags()
/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h616 aouthdr_int->text_start = in coff_swap_aouthdr_in()
617 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in coff_swap_aouthdr_in()
687 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in coff_swap_aouthdr_out()
688 aouthdr_out->text_start); in coff_swap_aouthdr_out()
Dlibecoff.h98 unsigned long text_start; member
Decoff.c117 ecoff->text_start = internal_a->text_start; in _bfd_ecoff_mkobject_hook()
118 ecoff->text_end = internal_a->text_start + internal_a->tsize; in _bfd_ecoff_mkobject_hook()
2346 bfd_vma text_start; in _bfd_ecoff_write_object_contents() local
2375 text_start = 0; in _bfd_ecoff_write_object_contents()
2474 if (! set_text_start || text_start > vma) in _bfd_ecoff_write_object_contents()
2476 text_start = vma; in _bfd_ecoff_write_object_contents()
2559 internal_a.text_start = text_start &~ (round - 1); in _bfd_ecoff_write_object_contents()
2566 internal_a.text_start = text_start; in _bfd_ecoff_write_object_contents()
DpeXXigen.c477 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in()
478 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in _bfd_XXi_swap_aouthdr_in()
494 a->BaseOfCode = aouthdr_int->text_start; in _bfd_XXi_swap_aouthdr_in()
570 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
572 aouthdr_int->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_in()
644 aouthdr_in->text_start -= ib; in _bfd_XXi_swap_aouthdr_out()
646 aouthdr_in->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_out()
759 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in _bfd_XXi_swap_aouthdr_out()
760 aouthdr_out->standard.text_start); in _bfd_XXi_swap_aouthdr_out()
Dcoff64-rs6000.c932 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in xcoff64_write_object_contents()
Dcoffcode.h4234 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c203 symbolS *text_start; member
2239 s->text_start = beg; in out_debug_ranges()
2300 s->text_start = beg; in out_debug_aranges()
2407 exp.X_add_symbol = all_segs->text_start; in out_debug_info()
2417 exp.X_op_symbol = all_segs->text_start; in out_debug_info()

12