Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-som.c63 CORE_ADDR text_end; member
516 char text_end[4]; member
635 lmi->text_end = EXTRACT (text_end); in som_current_sos()
656 paddr_nz (new->lm_info->text_end)); in som_current_sos()
758 && so_list->lm_info->text_end > addr) in som_solib_get_got_by_pc()
781 && so_list->lm_info->text_end > addr) in som_solib_get_solib_by_pc()
Ddbxread.c2110 CORE_ADDR text_end = in read_dbx_symtab() local
2118 text_end > pst->texthigh ? text_end : pst->texthigh, in read_dbx_symtab()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dnetbsd.h89 file_ptr text_end; in MY() local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); in MY()
Dpdp11.c284 file_ptr text_end; in pdp11_aout_write_headers() local
287 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers()
352 file_ptr text_end; in MY() local
354 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
869 file_ptr text_end; in adjust_z_magic() local
909 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic()
910 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
917 text_end = obj_textsec (abfd)->size; in adjust_z_magic()
918 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
919 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic()
[all …]
Di386lynx.c42 file_ptr text_end; \
44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
Dlibaout.h623 file_ptr text_end; \
626 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
Dlibecoff.h94 unsigned long text_end; member
Driscix.c113 file_ptr text_end; \
116 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
Daoutx.h929 file_ptr text_end; in adjust_z_magic() local
970 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic()
971 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
978 text_end = obj_textsec (abfd)->size; in adjust_z_magic()
979 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
980 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic()
983 text_end += text_pad; in adjust_z_magic()
1086 file_ptr *text_end ATTRIBUTE_UNUSED) in NAME()
1228 file_ptr text_end; in NAME() local
1233 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME()
[all …]
Dhp300hpux.c294 file_ptr text_end; variable
301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
Daout-tic30.c624 file_ptr text_end; in tic30_aout_write_object_contents() local
627 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
Decoff.c119 ecoff->text_end = internal_a->text_start + internal_a->tsize; in _bfd_ecoff_mkobject_hook()
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dm88kbcs.sc24 ${RELOCATING+ __.text_end = .} ;
/mirbsd/src/gnu/usr.bin/binutils/gas/
Ddwarf2dbg.c129 symbolS *text_end; member
1188 s->text_end = end; in out_debug_aranges()
1312 expr.X_add_symbol = all_segs->text_end; in out_debug_info()
/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2.c4100 ULONG text_end; member