OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sec2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
165
section_iterator
Sec2
= Section.getRelocatedSection();
166
if (
Sec2
!= Obj->section_end())
167
SectionRelocMap[*
Sec2
].push_back(Section);
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
861
section_iterator
Sec2
= Section.getRelocatedSection();
862
if (
Sec2
!= Obj->section_end())
863
SectionRelocMap[*
Sec2
].push_back(Section);
[
all
...]
Completed in 63 milliseconds