OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abfd_sorted_iter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
symfile.c
519
std::vector<const struct other_sections *>::iterator
abfd_sorted_iter
525
while (
abfd_sorted_iter
!= abfd_addrs_sorted.end ()
526
&& strcmp (addr_section_name ((*
abfd_sorted_iter
)->name.c_str ()),
528
abfd_sorted_iter
++;
530
if (
abfd_sorted_iter
!= abfd_addrs_sorted.end ()
531
&& strcmp (addr_section_name ((*
abfd_sorted_iter
)->name.c_str ()),
539
addrs_to_abfd_addrs[index_in_addrs] = *
abfd_sorted_iter
;
542
abfd_sorted_iter
++;
518
std::vector<const struct other_sections *>::iterator
abfd_sorted_iter
local
/src/external/gpl3/gdb/dist/gdb/
symfile.c
519
std::vector<const struct other_sections *>::iterator
abfd_sorted_iter
525
while (
abfd_sorted_iter
!= abfd_addrs_sorted.end ()
526
&& strcmp (addr_section_name ((*
abfd_sorted_iter
)->name.c_str ()),
528
abfd_sorted_iter
++;
530
if (
abfd_sorted_iter
!= abfd_addrs_sorted.end ()
531
&& strcmp (addr_section_name ((*
abfd_sorted_iter
)->name.c_str ()),
539
addrs_to_abfd_addrs[index_in_addrs] = *
abfd_sorted_iter
;
542
abfd_sorted_iter
++;
518
std::vector<const struct other_sections *>::iterator
abfd_sorted_iter
local
Completed in 26 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026