Searched refs:core_text_space (Results 1 – 11 of 11) sorted by relevance
36 void * core_text_space; variable269 core_text_space = malloc (bfd_get_section_size (core_text_sect)); in core_get_text_space()271 if (!core_text_space) in core_get_text_space()278 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space, in core_get_text_space()282 free (core_text_space); in core_get_text_space()283 core_text_space = 0; in core_get_text_space()286 if (!core_text_space) in core_get_text_space()294 if (core_text_space == 0) in find_call()
37 extern void * core_text_space; /* Text space of a.out in core. */
56 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in sparc_find_call()
62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()
61 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in aarch64_find_call()
64 op = bfd_get_32 (core_bfd, ((unsigned char *)core_text_space in mips_find_call()
112 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in alpha_find_call()
256 instructp = ((unsigned char *) core_text_space in vax_find_call()
244 instructp = ((unsigned char *) core_text_space in tahoe_find_call()
169 * corefile.c (find_call): Check for core_text_space and172 core_text_space, or clip the symbol's address range here.
1091 (tahoe_find_call): Rename from find_call. Use core_text_space