Home
last modified time | relevance | path

Searched refs:text_end (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
Dscript.exp40 || ![info exists nm_output(text_end)] \
50 set text_end 0x104
54 set text_end 0x101
59 set text_end 0x102
76 if {$nm_output(text_end) < $text_end \
77 || $nm_output(text_end) > 0x110} {
78 send_log "text_end == $nm_output(text_end)\n"
79 verbose "text_end == $nm_output(text_end)"
Dsizeof.exp41 || ![info exists nm_output(text_end)] \
52 if {$nm_output(text_end) - $nm_output(text_start) != $nm_output(sizeof_text)} {
Dscript.t7 text_end = .;
Dsizeof.t6 text_end = .;
Dscriptm.t5 public text_end = # continuation line
Dmemory.t21 text_end = .;
Dmemory_sym.t23 text_end = .;
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dm88kbcs.sc35 ${RELOCATING+ __.text_end = .} ;
/toolchain/binutils/binutils-2.27/bfd/
Dlibecoff.h99 unsigned long text_end; member
Dpdp11.c863 file_ptr text_end; in adjust_z_magic() local
903 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic()
904 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
911 text_end = obj_textsec (abfd)->size; in adjust_z_magic()
912 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
913 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic()
917 text_end += text_pad; in adjust_z_magic()
Daoutx.h969 file_ptr text_end; in adjust_z_magic() local
1010 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic()
1011 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
1018 text_end = obj_textsec (abfd)->size; in adjust_z_magic()
1019 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
1020 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic()
1023 text_end += text_pad; in adjust_z_magic()
Decoff.c118 ecoff->text_end = internal_a->text_start + internal_a->tsize; in _bfd_ecoff_mkobject_hook()
DChangeLog-2015206 text_end parameters. Update callers.
DChangeLog-91931049 that GDB can figure out text_start and text_end.
/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c204 symbolS *text_end; member
2248 s->text_end = end; in out_debug_ranges()
2316 s->text_end = end; in out_debug_aranges()
2431 exp.X_add_symbol = all_segs->text_end; in out_debug_info()