OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_syms
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libutil++/
bfd_support.h
27
bfd_info() : abfd(0),
nr_syms
(0), synth_syms(0), image_bfd_info(0) {}
48
size_t
nr_syms
;
member in struct:bfd_info
bfd_support.cpp
529
if (image_bfd_info && image_bfd_info->
nr_syms
== 0) {
548
nr_syms
= nr_mini_syms + nr_synth_syms;
549
syms.reset(new asymbol *[
nr_syms
+ 1]);
562
syms[
nr_syms
] = NULL;
586
nr_syms
= bfd_get_symtab_upper_bound(abfd);
589
<<
nr_syms
<< hex << endl;
591
nr_syms
/= sizeof(asymbol *);
593
if (
nr_syms
< 1)
596
syms.reset(new asymbol *[
nr_syms
]);
598
nr_syms
= bfd_canonicalize_symtab(abfd, syms.get())
[
all
...]
op_bfd.cpp
222
for (i = 0; i < ibfd.
nr_syms
; ++i) {
231
for (i = 0; i < dbfd.
nr_syms
; ++i) {
Completed in 112 milliseconds