OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:section_map
(Results
1 - 6
of
6
) sorted by null
/system/extras/simpleperf/
cmd_dumprecord.cpp
189
std::map<int, SectionDesc>
section_map
= record_file_reader_->FeatureSectionDescriptors();
local
190
for (const auto& pair :
section_map
) {
record_file_reader.cpp
184
const std::map<int, SectionDesc>&
section_map
= FeatureSectionDescriptors();
local
185
auto it =
section_map
.find(feature);
186
if (it ==
section_map
.end()) {
/external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc
134
section_map
.clear();
135
section_map
[".debug_info"].first = info_contents.data();
136
section_map
[".debug_info"].second = info_contents.size();
137
section_map
[".debug_abbrev"].first = abbrevs_contents.data();
138
section_map
[".debug_abbrev"].second = abbrevs_contents.size();
139
return
section_map
;
146
SectionMap
section_map
;
member in struct:DIEFixture
/external/google-breakpad/src/common/
dwarf_cu_to_module.cc
152
DwarfCUToModule::FileContext::
section_map
() const {
function in class:google_breakpad::DwarfCUToModule::FileContext
805
const dwarf2reader::SectionMap &
section_map
local
806
= cu_context_->file_context->
section_map
();
808
=
section_map
.find(".debug_line");
811
if (map_entry ==
section_map
.end())
812
map_entry =
section_map
.find("__debug_line");
813
if (map_entry ==
section_map
.end()) {
[
all
...]
/external/google-breakpad/src/common/mac/
macho_reader_unittest.cc
1642
SectionMap
section_map
;
local
[
all
...]
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
121
typedef DenseMap<MCSection const *, COFFSection *>
section_map
;
typedef in class:__anon18901::WinCOFFObjectWriter
132
section_map
SectionMap;
[
all
...]
Completed in 641 milliseconds