Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhppah-nat.c40 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()
Dsomsolib.c100 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/
Dnetbsd.h89 file_ptr text_end; in MY() local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); in MY()
Dpdp11.c285 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 …]
Dlibaout.h624 file_ptr text_end; \
627 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
Di386lynx.c42 file_ptr text_end; \
44 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.h926 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 …]
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()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dnetbsd.h89 file_ptr text_end; variable
91 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
Dpdp11.c431 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 …]
Di386lynx.c42 file_ptr text_end; \
44 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
Daoutx.h972 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 …]
Dlibaout.h611 file_ptr text_end; \
613 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
Dlibecoff.h96 unsigned long text_end; member
Driscix.c103 file_ptr text_end; \
105 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \
Dhp300hpux.c294 file_ptr text_end; variable
301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
Daout-tic30.c641 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/
Dm88kbcs.sc22 ${RELOCATING+ __.text_end = .} ;
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
Dm88kbcs.sc22 ${RELOCATING+ __.text_end = .} ;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Ddwarf2dbg.c124 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/
Ddwarf2dbg.c126 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/
Dexec_elf.c367 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()

12