/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 139 elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 167 elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST() 199 elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE); in TYPED_TEST() 232 elf1.AddSection(".foo", foo_1, SHT_PROGBITS); in TYPED_TEST() 235 elf1.AddSection(".text", text_1, SHT_PROGBITS); in TYPED_TEST() 250 elf2.AddSection(".foo", foo_2, SHT_PROGBITS); in TYPED_TEST() 252 elf2.AddSection(".text", text_2, SHT_PROGBITS); in TYPED_TEST()
|
D | dump_symbols_unittest.cc | 98 elf.AddSection(".text", text, SHT_PROGBITS); in TEST_F() 106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); in TEST_F() 107 elf.AddSection(".dynsym", syms, in TEST_F() 138 elf.AddSection(".text", text, SHT_PROGBITS); in TEST_F() 146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB); in TEST_F() 147 elf.AddSection(".dynsym", syms, in TEST_F()
|
D | synth_elf.cc | 81 AddSection("", shn_undef, SHT_NULL); in ELF() 84 int ELF::AddSection(const string& name, const Section& section, in AddSection() function in google_breakpad::synth_elf::ELF 191 AddSection(".shstrtab", section_header_strings_, SHT_STRTAB); in Finish()
|
D | synth_elf.h | 103 int AddSection(const string& name, const Section& section,
|
D | synth_elf_unittest.cc | 281 int text_idx = elf.AddSection(".text", text, SHT_PROGBITS); in TYPED_TEST() 284 int bss_idx = elf.AddSection(".bss", bss, SHT_NOBITS); in TYPED_TEST()
|
/external/v8/src/ |
D | gdb-jit.cc | 478 uint32_t AddSection(MachOSection* section) { in AddSection() function in v8::internal::GDBJITInterface::BASE_EMBEDDED 621 uint32_t AddSection(ELFSection* section) { in AddSection() function in v8::internal::GDBJITInterface::BASE_EMBEDDED 1045 elf->AddSection(symtab); in CreateSymbolsTable() 1046 elf->AddSection(strtab); in CreateSymbolsTable() 1839 obj->AddSection(new(zone) DebugInfoSection(desc)); in CreateDWARFSections() 1840 obj->AddSection(new(zone) DebugAbbrevSection(desc)); in CreateDWARFSections() 1841 obj->AddSection(new(zone) DebugLineSection(desc)); in CreateDWARFSections() 1844 obj->AddSection(new(zone) UnwindInfoSection(desc)); in CreateDWARFSections() 1949 mach_o.AddSection(new(&zone) MachOTextSection(kCodeAlignment, in CreateELFObject() 1961 int text_section_index = elf.AddSection( in CreateELFObject()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 269 AddSection(place, secinfo); in Initialize() 323 AddSection(NewPlace, secinfo); in InsertSection() 423 AddSection(wp, secinfo); in SetText() 434 AddSection(wp, secinfo); in SetText() 678 CPVT_WordPlace CPDF_VariableText::AddSection(const CPVT_WordPlace& place, in AddSection() function in CPDF_VariableText
|
D | cpdf_variabletext.h | 174 CPVT_WordPlace AddSection(const CPVT_WordPlace& place,
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 17082 FUNC 31c28 18c 0 google_breakpad::synth_elf::ELF::AddSection
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 18142 FUNC 4aa44 210 0 google_breakpad::synth_elf::ELF::AddSection
|