| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hppah-nat.c | 40 static CORE_ADDR text_end; variable 51 text_end = (CORE_ADDR) 0; in deprecated_hpux_text_end() 56 if (text_end < p->endaddr) in deprecated_hpux_text_end() 57 text_end = p->endaddr; in deprecated_hpux_text_end() 325 buffer[0] = call_ptrace (addr < text_end ? PT_RIUSER : PT_RDUSER, in child_xfer_memory() 333 = call_ptrace (addr < text_end ? PT_RIUSER : PT_RDUSER, in child_xfer_memory() 354 pt_request = (addr < text_end) ? PT_WIUSER : PT_WDUSER; in child_xfer_memory() 387 buffer[i] = call_ptrace (addr < text_end ? PT_RIUSER : PT_RDUSER, in child_xfer_memory()
|
| D | somsolib.c | 100 CORE_ADDR text_end; member 701 new_so->som_solib.text_end = extract_unsigned_integer (buf, 4); in som_solib_add() 758 printf (" 'text_end' is 0x%x\n", new_so->som_solib.text_end); in som_solib_add() 1353 && so_list->som_solib.text_end > addr) in som_solib_get_got_by_pc() 1377 && so_list->som_solib.text_end > addr) in som_solib_get_solib_by_pc() 1470 hex_string_custom (so_list->som_solib.text_end, 8)); in som_sharedlibrary_info_command() 1500 if ((addr >= so->som_solib.text_addr) && (addr <= so->som_solib.text_end)) in som_solib_address()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/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 | 285 file_ptr text_end; in pdp11_aout_write_headers() local 288 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers() 353 file_ptr text_end; in MY() local 355 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY() 866 file_ptr text_end; in adjust_z_magic() local 906 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic() 907 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 914 text_end = obj_textsec (abfd)->size; in adjust_z_magic() 915 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 916 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic() [all …]
|
| D | libaout.h | 624 file_ptr text_end; \ 627 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
| D | i386lynx.c | 42 file_ptr text_end; \ 44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
| D | libecoff.h | 94 unsigned long text_end; member
|
| D | riscix.c | 113 file_ptr text_end; \ 116 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
|
| D | aoutx.h | 926 file_ptr text_end; in adjust_z_magic() local 967 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size; in adjust_z_magic() 968 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 975 text_end = obj_textsec (abfd)->size; in adjust_z_magic() 976 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 977 text_end += obj_textsec (abfd)->filepos; in adjust_z_magic() 980 text_end += text_pad; in adjust_z_magic() 1083 file_ptr *text_end ATTRIBUTE_UNUSED) in NAME() 1225 file_ptr text_end; in NAME() local 1230 if (! NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end)) in NAME() [all …]
|
| D | hp300hpux.c | 294 file_ptr text_end; variable 301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
| D | aout-tic30.c | 624 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()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | netbsd.h | 89 file_ptr text_end; variable 91 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
| D | pdp11.c | 431 file_ptr text_end; local 434 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); 505 file_ptr text_end; variable 507 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); 1135 file_ptr text_end; local 1175 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->_raw_size; 1176 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1183 text_end = obj_textsec (abfd)->_raw_size; 1184 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1185 text_end += obj_textsec (abfd)->filepos; [all …]
|
| D | i386lynx.c | 42 file_ptr text_end; \ 44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
| D | aoutx.h | 972 file_ptr text_end; local 1012 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->_raw_size; 1013 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1020 text_end = obj_textsec (abfd)->_raw_size; 1021 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1022 text_end += obj_textsec (abfd)->filepos; 1025 text_end += text_pad; 1128 NAME(aout,adjust_sizes_and_vmas) (abfd, text_size, text_end) 1131 file_ptr *text_end ATTRIBUTE_UNUSED; 1276 file_ptr text_end; variable [all …]
|
| D | libaout.h | 611 file_ptr text_end; \ 613 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
| D | libecoff.h | 96 unsigned long text_end; member
|
| D | riscix.c | 103 file_ptr text_end; \ 105 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
|
| D | hp300hpux.c | 294 file_ptr text_end; variable 301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
| D | aout-tic30.c | 641 file_ptr text_end; local 644 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
|
| /openbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | m88kbcs.sc | 22 ${RELOCATING+ __.text_end = .} ;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| D | m88kbcs.sc | 22 ${RELOCATING+ __.text_end = .} ;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | dwarf2dbg.c | 124 symbolS *text_end; member 1336 s->text_end = end; in out_debug_aranges() 1460 expr.X_add_symbol = all_segs->text_end; in out_debug_info()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | dwarf2dbg.c | 126 symbolS *text_end; member 1295 s->text_end = end; in out_debug_aranges() 1419 expr.X_add_symbol = all_segs->text_end; in out_debug_info()
|
| /openbsd/src/sys/kern/ |
| D | exec_elf.c | 367 vaddr_t text_start = -1, text_end = 0; in elf_load_file() local 518 if (addr+size >= text_end) in elf_load_file() 519 text_end = addr + size; in elf_load_file() 561 size_t len = text_end; in elf_load_file()
|