/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/bcc/src/cc/ |
D | bpf_module.cc | 75 : sections_(sections), prog_func_info_(prog_func_info) {} in MyMemoryManager() 83 (*sections_)[SectionName.str()] = make_tuple(Addr, Size, SectionID); in allocateCodeSection() 92 (*sections_)[SectionName.str()] = make_tuple(Addr, Size, SectionID); in allocateDataSection() 122 sec_map_def *sections_; member in ebpf::MyMemoryManager 501 sections_p = rw_engine_enabled_ ? §ions_ : &tmp_sections; in finalize() 551 sections_[fname] = make_tuple(tmp_p, size, get<2>(section.second)); in finalize() 706 auto section = sections_.find("license"); in license() 707 if (section == sections_.end()) in license() 714 auto section = sections_.find("version"); in kern_version() 715 if (section == sections_.end()) in kern_version() [all …]
|
D | bcc_debug.h | 28 sections_(sections), in SourceDebugger() 57 const sec_map_def §ions_; variable
|
D | bcc_debug.cc | 105 for (auto section : sections_) { in getDebugSections() 206 auto section = sections_.find(info.section_); in dump() 207 if (section == sections_.end()) { in dump()
|
D | bcc_btf.h | 157 sec_map_def §ions_; variable
|
D | bpf_module.h | 166 sec_map_def sections_; variable
|
/external/bcc/src/cc/includes/ |
D | bcc_debug.h | 28 sections_(sections), in SourceDebugger() 57 const sec_map_def §ions_; variable
|
D | bpf_module.h | 166 sec_map_def 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/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/zucchini/ |
D | disassembler_elf.cc | 267 sections_ = source.GetArray<typename Traits::Elf_Shdr>(sections_count_); in ParseHeader() 268 if (!sections_) in ParseHeader() 285 size_t section_names_size = sections_[string_section_id].sh_size; in ParseHeader() 290 BufferSource(image_).Skip(sections_[string_section_id].sh_offset)); in ParseHeader() 322 const typename Traits::Elf_Shdr* section = §ions_[i]; in ParseHeader() 356 const typename Traits::Elf_Shdr* section = sections_ + i; in ExtractInterestingSectionHeaders()
|
D | disassembler_win32.cc | 243 sections_.assign(sections_array, sections_array + sections_count); in ParseHeader() 253 const pe::ImageSectionHeader& section = sections_[i]; in ParseHeader() 367 for (const pe::ImageSectionHeader& section : sections_) { in ParseAndStoreRel32()
|
D | disassembler_win32.h | 101 std::vector<pe::ImageSectionHeader> sections_; variable
|
D | disassembler_elf.h | 217 const typename Traits::Elf_Shdr* sections_ = nullptr; variable
|
/external/flatbuffers/src/ |
D | binary_annotator.cpp | 128 sections_.clear(); in Annotate() 148 return sections_; in Annotate() 428 sections_[vtable_offset] = MakeBinarySection( in BuildVTable() 1321 for (auto ¤t_section : sections_) { in FixMissingRegions() 1373 for (auto ¤t_section : sections_) { in FixMissingSections() 1403 auto it = sections_.lower_bound(offset); in ContainsSection() 1405 if (it != sections_.end() && it->first == offset) { return true; } in ContainsSection() 1409 if (it == sections_.begin()) { return false; } in ContainsSection()
|
D | binary_annotator.h | 322 sections_.insert(std::make_pair(offset, section)); in AddSection() 387 std::map<uint64_t, BinarySection> 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/zucchini/aosp/include/components/zucchini/ |
D | disassembler_win32.h | 101 std::vector<pe::ImageSectionHeader> sections_; variable
|
D | disassembler_elf.h | 217 const typename Traits::Elf_Shdr* sections_ = nullptr; variable
|