Home
last modified time | relevance | path

Searched refs:sections_ (Results 1 – 18 of 18) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.cc64 : sections_(sections) { in MyMemoryManager()
74 (*sections_)[SectionName.str()] = make_tuple(Addr, Size); in allocateCodeSection()
83 (*sections_)[SectionName.str()] = make_tuple(Addr, Size); in allocateDataSection()
86 map<string, tuple<uint8_t *, uintptr_t>> *sections_; member in ebpf::MyMemoryManager
132 for (auto section : sections_) in ~BPFModule()
223 sections_p = rw_engine_enabled_ ? &sections_ : &tmp_sections; in finalize()
263 sections_[fname] = make_tuple(tmp_p, size); in finalize()
270 for (auto section : sections_) in finalize()
290 auto section = sections_.find(function_names_[id]); in function_start()
291 if (section == sections_.end()) in function_start()
[all …]
Dbcc_debug.h26 sections_(sections), in SourceDebugger()
55 const std::map<std::string, std::tuple<uint8_t *, uintptr_t>> &sections_; variable
Dbcc_debug.cc95 for (auto section : sections_) { in getDebugSections()
178 for (auto section : sections_) in dump()
Dbpf_module.h139 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> sections_; variable
/external/google-breakpad/src/common/linux/
Dsynth_elf.cc116 sections_.push_back(ElfSection(section, type, addr, offset, offset_label, in AddSection()
137 assert(size_t(start) < sections_.size()); in AddSegment()
139 assert(size_t(end) < sections_.size()); in AddSegment()
154 size_t size = sections_[i].size_; in AddSegment()
155 if (sections_[i].type_ != SHT_NOBITS) { in AddSegment()
168 .Append(endianness(), addr_size_, sections_[start].offset_label_) in AddSegment()
170 .Append(endianness(), addr_size_, sections_[start].addr_) in AddSegment()
172 .Append(endianness(), addr_size_, sections_[start].addr_) in AddSegment()
201 for (vector<ElfSection>::iterator it = sections_.begin(); in Finish()
202 it < sections_.end(); ++it) { in Finish()
Dsynth_elf.h155 vector<ElfSection> sections_; variable
/external/deqp-deps/amber/src/vkscript/
Dsection_parser.h56 const std::vector<Section>& Sections() const { return sections_; } in Sections()
81 std::vector<Section> sections_; variable
Dsection_parser.cc137 sections_.push_back({section_type, shader_type, kShaderFormatSpirvAsm, in AddSection()
151 sections_.push_back( in AddSection()
/external/bcc/src/cc/includes/
Dbcc_debug.h26 sections_(sections), in SourceDebugger()
55 const std::map<std::string, std::tuple<uint8_t *, uintptr_t>> &sections_; variable
Dbpf_module.h139 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> sections_; variable
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h126 linehandler_(linehandler), sections_(sections), in CUFunctionInfoHandler()
184 const SectionMap& sections_; variable
Ddwarf2reader.cc61 sections_(sections), handler_(handler), abbrevs_(), in CompilationUnit()
105 SectionMap::const_iterator iter = sections_.find(".debug_abbrev"); in ReadAbbrevs()
106 if (iter == sections_.end()) in ReadAbbrevs()
107 iter = sections_.find("__debug_abbrev"); in ReadAbbrevs()
108 assert(iter != sections_.end()); in ReadAbbrevs()
290 SectionMap::const_iterator iter = sections_.find(".debug_info"); in Start()
291 if (iter == sections_.end()) in Start()
292 iter = sections_.find("__debug_info"); in Start()
293 assert(iter != sections_.end()); in Start()
325 iter = sections_.find(".debug_str"); in Start()
[all …]
Dfunctioninfo.cc167 SectionMap::const_iterator iter = sections_.find("__debug_line"); in ProcessAttributeUnsigned()
168 assert(iter != sections_.end()); in ProcessAttributeUnsigned()
Delf_reader.cc375 for (unsigned int i = 0u; i < sections_.size(); ++i) in ~ElfReaderImpl()
376 delete sections_[i]; in ~ElfReaderImpl()
876 ElfSectionReader<ElfArch> *& reader = sections_[num]; in GetSection()
932 sections_.resize(GetNumSections(), NULL); in ParseHeaders()
997 vector<ElfSectionReader<ElfArch>*> sections_; member in dwarf2reader::ElfReaderImpl
Ddwarf2reader.h529 const SectionMap& sections_; variable
/external/libabigail/src/
Dabg-ini.cc1631 sections_type sections_; member in abigail::ini::config::priv
1642 sections_(sections) in priv()
1677 {return priv_->sections_;} in get_sections()
1684 {priv_->sections_ = sections;} in set_sections()
/external/adhd/cras/src/tests/
Dalsa_mixer_unittest.cc1365 sections_ = sections; in SetUp()
1369 ucm_section_free_list(sections_); in TearDown()
1382 struct ucm_section* sections_; member in __anon55888ee10111::AlsaMixerFullySpeced
1414 struct ucm_section* section = sections_; in TEST_F()
/external/libabigail/
DChangeLog26723 * src/abg-ini.cc (config::priv::sections_): Adjust.