Searched refs:core_text_sect (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | vax.c | 259 + pc - core_text_sect->vma); in vax_find_call() 268 if (pc - core_text_sect->vma + length >= core_text_sect->size) in vax_find_call() 281 if (pc - core_text_sect->vma + length >= core_text_sect->size) in vax_find_call() 306 if (pc - core_text_sect->vma + length > core_text_sect->size) in vax_find_call() 319 if (pc - core_text_sect->vma + length > core_text_sect->size) in vax_find_call()
|
H A D | corefile.c | 38 asection *core_text_sect; variable 200 core_text_sect = bfd_get_section_by_name (core_bfd, ".text"); in core_init() 201 if (!core_text_sect) in core_init() 203 core_text_sect = bfd_get_section_by_name (core_bfd, "$CODE$"); in core_init() 204 if (!core_text_sect) in core_init() 276 core_text_space = malloc (bfd_section_size (core_text_sect)); in core_get_text_space() 281 whoami, (unsigned long) bfd_section_size (core_text_sect)); in core_get_text_space() 285 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space, in core_get_text_space() 286 0, bfd_section_size (core_text_sect))) in core_get_text_space() 465 if (bfd_find_nearest_line (core_bfd, core_text_sect, core_syms, in get_src_info() [all …]
|
H A D | cg_arcs.c | 627 && parent->addr >= core_text_sect->vma in cg_assemble() 628 && parent->addr < core_text_sect->vma + core_text_sect->size in cg_assemble() 629 && (parent + 1)->addr >= core_text_sect->vma in cg_assemble() 630 && (parent + 1)->addr <= core_text_sect->vma + core_text_sect->size) in cg_assemble()
|
H A D | symtab.c | 152 = core_text_sect->vma + bfd_section_size (core_text_sect) - 1; in symtab_finalize()
|
H A D | corefile.h | 36 extern asection * core_text_sect; /* Core text section. */
|
H A D | sparc.c | 59 + pc - core_text_sect->vma)); in sparc_find_call()
|
H A D | i386.c | 65 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()
|
H A D | aarch64.c | 63 + pc - core_text_sect->vma)); in aarch64_find_call()
|
H A D | mips.c | 67 + pc - core_text_sect->vma)); in mips_find_call()
|
H A D | alpha.c | 115 + pc - core_text_sect->vma)); in alpha_find_call()
|
H A D | ChangeLog-2007 | 177 * mips.c: Likewise. Also use core_text_sect->vma as the base
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | corefile.c | 38 asection *core_text_sect; variable 200 core_text_sect = bfd_get_section_by_name (core_bfd, ".text"); in core_init() 201 if (!core_text_sect) in core_init() 203 core_text_sect = bfd_get_section_by_name (core_bfd, "$CODE$"); in core_init() 204 if (!core_text_sect) in core_init() 276 core_text_space = malloc (bfd_section_size (core_text_sect)); in core_get_text_space() 281 whoami, (unsigned long) bfd_section_size (core_text_sect)); in core_get_text_space() 285 if (!bfd_get_section_contents (cbfd, core_text_sect, core_text_space, in core_get_text_space() 286 0, bfd_section_size (core_text_sect))) in core_get_text_space() 465 if (bfd_find_nearest_line (core_bfd, core_text_sect, core_syms, in get_src_info() [all …]
|
H A D | symtab.c | 152 = core_text_sect->vma + bfd_section_size (core_text_sect) - 1; in symtab_finalize()
|
H A D | corefile.h | 36 extern asection * core_text_sect; /* Core text section. */
|
H A D | sparc.c | 57 + pc - core_text_sect->vma)); in sparc_find_call()
|
H A D | i386.c | 62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()
|
H A D | aarch64.c | 62 + pc - core_text_sect->vma)); in aarch64_find_call()
|
H A D | mips.c | 65 + pc - core_text_sect->vma)); in mips_find_call()
|
H A D | alpha.c | 113 + pc - core_text_sect->vma)); in alpha_find_call()
|
H A D | vax.c | 257 + pc - core_text_sect->vma); in vax_find_call()
|
H A D | ChangeLog-2007 | 177 * mips.c: Likewise. Also use core_text_sect->vma as the base
|