HomeSort by relevance Sort by last modified time
    Searched refs:AddSection (Results 1 - 13 of 13) sorted by null

  /external/google-breakpad/src/common/linux/
dump_symbols_unittest.cc 98 elf.AddSection(".text", text, SHT_PROGBITS);
106 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
107 elf.AddSection(".dynsym", syms,
138 elf.AddSection(".text", text, SHT_PROGBITS);
146 int index = elf.AddSection(".dynstr", table, SHT_STRTAB);
147 elf.AddSection(".dynsym", syms,
file_id_unittest.cc 139 elf.AddSection(".text", text, SHT_PROGBITS);
167 elf.AddSection(".text", text, SHT_PROGBITS);
171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE);
199 elf.AddSection(".text", text, SHT_PROGBITS);
205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE);
232 elf1.AddSection(".foo", foo_1, SHT_PROGBITS);
235 elf1.AddSection(".text", text_1, SHT_PROGBITS);
250 elf2.AddSection(".foo", foo_2, SHT_PROGBITS);
252 elf2.AddSection(".text", text_2, SHT_PROGBITS);
synth_elf.cc 81 AddSection("", shn_undef, SHT_NULL);
84 int ELF::AddSection(const string& name, const Section& section,
157 // non SHT_NOBITS sections are 4-byte aligned (see AddSection)
191 AddSection(".shstrtab", section_header_strings_, SHT_STRTAB);
synth_elf.h 103 int AddSection(const string& name, const Section& section,
108 // The indexes must have been gotten from AddSection.
synth_elf_unittest.cc 281 int text_idx = elf.AddSection(".text", text, SHT_PROGBITS);
284 int bss_idx = elf.AddSection(".bss", bss, SHT_NOBITS);
  /external/v8/src/wasm/
encoder.cc 455 void AddSection(size_t size) {
473 sizes.AddSection(signatures_.size());
478 sizes.AddSection(globals_.size());
483 sizes.AddSection(functions_.size());
489 sizes.AddSection(data_segments_.size());
494 sizes.AddSection(indirect_functions_.size());
  /external/v8/src/
gdb-jit.cc 477 uint32_t AddSection(MachOSection* section) {
620 uint32_t AddSection(ELFSection* section) {
1032 elf->AddSection(symtab);
1033 elf->AddSection(strtab);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 823 AddSection(place, secinfo);
892 AddSection(NewPlace, secinfo);
    [all...]
pdf_vt.h 456 CPVT_WordPlace AddSection(const CPVT_WordPlace& place,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 76 def AddSection(self,section):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 76 def AddSection(self,section):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 76 def AddSection(self,section):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 76 def AddSection(self,section):

Completed in 164 milliseconds