Home
last modified time | relevance | path

Searched refs:core_text_space (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c36 void * core_text_space; variable
269 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()
Dcorefile.h37 extern void * core_text_space; /* Text space of a.out in core. */
Dsparc.c56 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in sparc_find_call()
Di386.c62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()
Daarch64.c61 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in aarch64_find_call()
Dmips.c64 op = bfd_get_32 (core_bfd, ((unsigned char *)core_text_space in mips_find_call()
Dalpha.c112 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space in alpha_find_call()
Dvax.c256 instructp = ((unsigned char *) core_text_space in vax_find_call()
Dtahoe.c244 instructp = ((unsigned char *) core_text_space in tahoe_find_call()
DChangeLog-2007169 * corefile.c (find_call): Check for core_text_space and
172 core_text_space, or clip the symbol's address range here.
DChangeLog-92031091 (tahoe_find_call): Rename from find_call. Use core_text_space