HomeSort by relevance Sort by last modified time
    Searched full:core_text_space (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/gprof/
corefile.h 38 extern void * core_text_space; /* Text space of a.out in core. */
corefile.c 37 void * core_text_space;
270 core_text_space = malloc (bfd_get_section_size (core_text_sect));
272 if (!core_text_space)
279 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space,
283 free (core_text_space);
284 core_text_space = 0;
287 if (!core_text_space)
295 if (core_text_space == 0)
36 void * core_text_space; variable
aarch64.c 61 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space
i386.c 62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma;
mips.c 64 op = bfd_get_32 (core_bfd, ((unsigned char *)core_text_space
sparc.c 56 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space
ChangeLog-2007 169 * corefile.c (find_call): Check for core_text_space and
172 core_text_space, or clip the symbol's address range here.
alpha.c 112 insn = bfd_get_32 (core_bfd, ((unsigned char *) core_text_space
tahoe.c 244 instructp = ((unsigned char *) core_text_space
vax.c 256 instructp = ((unsigned char *) core_text_space
ChangeLog-9203     [all...]

Completed in 101 milliseconds