Searched refs:ElfSection (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | synth_elf.h | 141 struct ElfSection : public Section { struct 142 ElfSection(const Section& section, uint32_t type, uint32_t addr, in ElfSection() function 155 vector<ElfSection> sections_; argument 157 void AppendSection(ElfSection §ion);
|
D | synth_elf.cc | 116 sections_.push_back(ElfSection(section, type, addr, offset, offset_label, in AddSection() 121 void ELF::AppendSection(ElfSection §ion) { in AppendSection() 201 for (vector<ElfSection>::iterator it = sections_.begin(); in Finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 162 class ElfSection: class 299 s = ElfSection(f)
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 162 class ElfSection: class 299 s = ElfSection(f)
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 16706 FUNC 313ec 24 0 google_breakpad::synth_elf::ELF::ElfSection::~ElfSection 16711 FUNC 31410 12 0 google_breakpad::synth_elf::ELF::ElfSection::~ElfSection 16796 FUNC 315c4 68 0 google_breakpad::synth_elf::ELF::ElfSection::ElfSection 16810 …_vector<google_breakpad::synth_elf::ELF::ElfSection, std::allocator<google_breakpad::synth_elf::EL…
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 17752 FUNC 49c60 34 0 google_breakpad::synth_elf::ELF::ElfSection::~ElfSection 17758 FUNC 49c94 24 0 google_breakpad::synth_elf::ELF::ElfSection::~ElfSection 17846 FUNC 49f4c 98 0 google_breakpad::synth_elf::ELF::ElfSection::ElfSection 17859 …_vector<google_breakpad::synth_elf::ELF::ElfSection, std::allocator<google_breakpad::synth_elf::EL…
|