OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:core_text_sect
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
gmon_corefile.cc
44
asection *
core_text_sect
;
variable
89
core_text_sect
= bfd_get_section_by_name (core_bfd, ".text");
90
if (!
core_text_sect
)
92
core_text_sect
= bfd_get_section_by_name (core_bfd, "$CODE$");
93
if (!
core_text_sect
)
274
if (bfd_find_nearest_line (core_bfd,
core_text_sect
, core_syms,
275
addr -
core_text_sect
->vma,
/src/external/gpl3/binutils/dist/gprof/
corefile.c
39
asection *
core_text_sect
;
variable
202
core_text_sect
= bfd_get_section_by_name (core_bfd, ".text");
203
if (!
core_text_sect
)
205
core_text_sect
= bfd_get_section_by_name (core_bfd, "$CODE$");
206
if (!
core_text_sect
)
285
core_text_space = malloc (bfd_section_size (
core_text_sect
));
290
whoami, (unsigned long) bfd_section_size (
core_text_sect
));
294
if (!bfd_get_section_contents (cbfd,
core_text_sect
, core_text_space,
295
0, bfd_section_size (
core_text_sect
)))
474
if (bfd_find_nearest_line (core_bfd,
core_text_sect
, core_syms
[
all
...]
/src/external/gpl3/binutils.old/dist/gprof/
corefile.c
39
asection *
core_text_sect
;
variable
202
core_text_sect
= bfd_get_section_by_name (core_bfd, ".text");
203
if (!
core_text_sect
)
205
core_text_sect
= bfd_get_section_by_name (core_bfd, "$CODE$");
206
if (!
core_text_sect
)
285
core_text_space = malloc (bfd_section_size (
core_text_sect
));
290
whoami, (unsigned long) bfd_section_size (
core_text_sect
));
294
if (!bfd_get_section_contents (cbfd,
core_text_sect
, core_text_space,
295
0, bfd_section_size (
core_text_sect
)))
474
if (bfd_find_nearest_line (core_bfd,
core_text_sect
, core_syms
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026