Home
last modified time | relevance | path

Searched refs:core_text_sect (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dvax.c259 + 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 Dcorefile.c38 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 Dcg_arcs.c627 && 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 Dsymtab.c152 = core_text_sect->vma + bfd_section_size (core_text_sect) - 1; in symtab_finalize()
H A Dcorefile.h36 extern asection * core_text_sect; /* Core text section. */
H A Dsparc.c59 + pc - core_text_sect->vma)); in sparc_find_call()
H A Di386.c65 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()
H A Daarch64.c63 + pc - core_text_sect->vma)); in aarch64_find_call()
H A Dmips.c67 + pc - core_text_sect->vma)); in mips_find_call()
H A Dalpha.c115 + pc - core_text_sect->vma)); in alpha_find_call()
H A DChangeLog-2007177 * mips.c: Likewise. Also use core_text_sect->vma as the base
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcorefile.c38 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 Dsymtab.c152 = core_text_sect->vma + bfd_section_size (core_text_sect) - 1; in symtab_finalize()
H A Dcorefile.h36 extern asection * core_text_sect; /* Core text section. */
H A Dsparc.c57 + pc - core_text_sect->vma)); in sparc_find_call()
H A Di386.c62 instructp = (unsigned char *) core_text_space + pc - core_text_sect->vma; in i386_find_call()
H A Daarch64.c62 + pc - core_text_sect->vma)); in aarch64_find_call()
H A Dmips.c65 + pc - core_text_sect->vma)); in mips_find_call()
H A Dalpha.c113 + pc - core_text_sect->vma)); in alpha_find_call()
H A Dvax.c257 + pc - core_text_sect->vma); in vax_find_call()
H A DChangeLog-2007177 * mips.c: Likewise. Also use core_text_sect->vma as the base