/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | script.exp | 39 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)"
|
D | scriptm.t | 4 public text_start = $100 6 text_start + 4
|
D | sizeof.exp | 40 if {![info exists nm_output(text_start)] \ 52 if {$nm_output(text_end) - $nm_output(text_start) != $nm_output(sizeof_text)} {
|
D | script.t | 4 text_start = .;
|
D | sizeof.t | 4 text_start = .;
|
D | memory.t | 18 text_start = ORIGIN (TEXTMEM);
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | external.h | 52 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
|
D | ia64.h | 51 char text_start[4]; /* base of text used for this file */ member
|
D | apollo.h | 53 char text_start[4]; /* base of text used for this file */ member
|
D | i960.h | 84 char text_start[4]; /* base of text used for this file */ member
|
D | rs6k64.h | 47 unsigned char text_start[8]; /* base of text used for this file */ member
|
D | mips.h | 45 unsigned char text_start[4]; /* base of text used for this file */ member
|
D | rs6000.h | 57 unsigned char text_start[4]; /* base of text used for this file */ member
|
D | alpha.h | 62 unsigned char text_start[8]; /* base of text used for this file */ member
|
D | internal.h | 257 bfd_vma text_start; /* base of text used for this file */ member
|
D | ti.h | 154 char text_start[4]; /* base of text used for this file */ member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 61 long text_start; member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 476 (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/ |
D | coffswap.h | 616 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()
|
D | libecoff.h | 98 unsigned long text_start; member
|
D | ecoff.c | 117 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()
|
D | peXXigen.c | 477 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()
|
D | coff64-rs6000.c | 932 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in xcoff64_write_object_contents()
|
D | coffcode.h | 4234 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | dwarf2dbg.c | 203 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()
|