Searched refs:text_end (Results 1 – 19 of 19) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | script.exp | 40 || ![info exists nm_output(text_end)] \ 50 set text_end 0x104 54 set text_end 0x101 59 set text_end 0x102 69 if {$nm_output(text_end) < $text_end \ 70 || $nm_output(text_end) > 0x110} { 71 send_log "text_end == $nm_output(text_end)\n" 72 verbose "text_end == $nm_output(text_end)"
|
D | sizeof.exp | 41 || ![info exists nm_output(text_end)] \ 52 if {$nm_output(text_end) - $nm_output(text_start) != $nm_output(sizeof_text)} {
|
D | script.t | 7 text_end = .;
|
D | sizeof.t | 6 text_end = .;
|
D | scriptm.t | 5 public text_end = # continuation line
|
D | memory.t | 21 text_end = .;
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | netbsd.h | 89 file_ptr text_end; in MY() local 91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); in MY()
|
D | pdp11.c | 296 file_ptr text_end; in pdp11_aout_write_headers() local 299 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers() 364 file_ptr text_end; in MY() local 366 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY() 870 file_ptr text_end; in adjust_z_magic() local 910 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic() 911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 918 text_end = obj_textsec (abfd)->size; in adjust_z_magic() 919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 920 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic() [all …]
|
D | i386lynx.c | 40 file_ptr text_end; \ 42 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
D | libecoff.h | 99 unsigned long text_end; member
|
D | libaout.h | 628 file_ptr text_end; \ 631 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
D | aoutx.h | 959 file_ptr text_end; in adjust_z_magic() local 1000 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic() 1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 1008 text_end = obj_textsec (abfd)->size; in adjust_z_magic() 1009 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 1010 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic() 1013 text_end += text_pad; in adjust_z_magic() 1116 file_ptr *text_end ATTRIBUTE_UNUSED) in NAME() 1253 file_ptr text_end; in NAME() local 1258 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME() [all …]
|
D | hp300hpux.c | 284 file_ptr text_end; in MY() local 291 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
|
D | riscix.c | 114 file_ptr text_end; \ 117 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
D | aout-tic30.c | 640 file_ptr text_end; in tic30_aout_write_object_contents() local 643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
|
D | ecoff.c | 118 ecoff->text_end = internal_a->text_start + internal_a->tsize; in _bfd_ecoff_mkobject_hook()
|
D | ChangeLog-9193 | 1049 that GDB can figure out text_start and text_end.
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | m88kbcs.sc | 35 ${RELOCATING+ __.text_end = .} ;
|
/toolchain/binutils/binutils-2.25/gas/ |
D | dwarf2dbg.c | 204 symbolS *text_end; member 2243 s->text_end = end; in out_debug_ranges() 2304 s->text_end = end; in out_debug_aranges() 2419 exp.X_add_symbol = all_segs->text_end; in out_debug_info()
|