/external/bcc/src/cc/ |
D | bpf_module.cc | 64 : 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_ ? §ions_ : &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 …]
|
D | bcc_debug.h | 26 sections_(sections), in SourceDebugger() 55 const std::map<std::string, std::tuple<uint8_t *, uintptr_t>> §ions_; variable
|
D | bcc_debug.cc | 95 for (auto section : sections_) { in getDebugSections() 178 for (auto section : sections_) in dump()
|
D | bpf_module.h | 139 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> sections_; variable
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf.cc | 116 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()
|
D | synth_elf.h | 155 vector<ElfSection> sections_; variable
|
/external/deqp-deps/amber/src/vkscript/ |
D | section_parser.h | 56 const std::vector<Section>& Sections() const { return sections_; } in Sections() 81 std::vector<Section> sections_; variable
|
D | section_parser.cc | 137 sections_.push_back({section_type, shader_type, kShaderFormatSpirvAsm, in AddSection() 151 sections_.push_back( in AddSection()
|
/external/bcc/src/cc/includes/ |
D | bcc_debug.h | 26 sections_(sections), in SourceDebugger() 55 const std::map<std::string, std::tuple<uint8_t *, uintptr_t>> §ions_; variable
|
D | bpf_module.h | 139 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> sections_; variable
|
/external/google-breakpad/src/common/dwarf/ |
D | functioninfo.h | 126 linehandler_(linehandler), sections_(sections), in CUFunctionInfoHandler() 184 const SectionMap& sections_; variable
|
D | dwarf2reader.cc | 61 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 …]
|
D | functioninfo.cc | 167 SectionMap::const_iterator iter = sections_.find("__debug_line"); in ProcessAttributeUnsigned() 168 assert(iter != sections_.end()); in ProcessAttributeUnsigned()
|
D | elf_reader.cc | 375 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
|
D | dwarf2reader.h | 529 const SectionMap& sections_; variable
|
/external/libabigail/src/ |
D | abg-ini.cc | 1631 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/ |
D | alsa_mixer_unittest.cc | 1365 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/ |
D | ChangeLog | 26723 * src/abg-ini.cc (config::priv::sections_): Adjust.
|