/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/wasm/ |
D | encoder.cc | 455 void AddSection(size_t size) { in AddSection() function 473 sizes.AddSection(signatures_.size()); in WriteTo() 478 sizes.AddSection(globals_.size()); in WriteTo() 483 sizes.AddSection(functions_.size()); in WriteTo() 489 sizes.AddSection(data_segments_.size()); in WriteTo() 494 sizes.AddSection(indirect_functions_.size()); in WriteTo()
|
/external/v8/src/ |
D | gdb-jit.cc | 477 uint32_t AddSection(MachOSection* section) { in AddSection() function in v8::internal::GDBJITInterface::BASE_EMBEDDED 620 uint32_t AddSection(ELFSection* section) { in AddSection() function in v8::internal::GDBJITInterface::BASE_EMBEDDED 1032 elf->AddSection(symtab); in CreateSymbolsTable() 1033 elf->AddSection(strtab); in CreateSymbolsTable() 1824 obj->AddSection(new(zone) DebugInfoSection(desc)); in CreateDWARFSections() 1825 obj->AddSection(new(zone) DebugAbbrevSection(desc)); in CreateDWARFSections() 1826 obj->AddSection(new(zone) DebugLineSection(desc)); in CreateDWARFSections() 1829 obj->AddSection(new(zone) UnwindInfoSection(desc)); in CreateDWARFSections() 1934 mach_o.AddSection(new(&zone) MachOTextSection(kCodeAlignment, in CreateELFObject() 1946 int text_section_index = elf.AddSection( in CreateELFObject()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 823 AddSection(place, secinfo); in Initialize() 892 AddSection(NewPlace, secinfo); in InsertSection() 1005 AddSection(wp, secinfo); in SetText() 1016 AddSection(wp, secinfo); in SetText() 1258 CPVT_WordPlace CPDF_VariableText::AddSection(const CPVT_WordPlace& place, in AddSection() function in CPDF_VariableText
|
D | pdf_vt.h | 456 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
|