HomeSort by relevance Sort by last modified time
    Searched refs:AddSection (Results 1 - 16 of 16) 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);
  /system/update_engine/scripts/update_payload/
checker.py 263 def AddSection(self, title):
547 report.AddSection('manifest')
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 174 CPVT_WordPlace AddSection(const CPVT_WordPlace& place);
cpdf_variabletext.cpp 203 AddSection(place);
249 AddSection(NewPlace);
307 AddSection(wp);
315 AddSection(wp);
551 CPVT_WordPlace CPDF_VariableText::AddSection(const CPVT_WordPlace& place) {
  /external/v8/src/
gdb-jit.cc 478 uint32_t AddSection(MachOSection* section) {
621 uint32_t AddSection(ELFSection* section) {
1045 elf->AddSection(symtab);
1046 elf->AddSection(strtab);
    [all...]
  /art/compiler/linker/
elf_builder.h 131 Elf_Word align = AddSection();
143 Elf_Word align = AddSection();
208 Elf_Word AddSection() {
    [all...]
  /external/python/cpython2/Lib/idlelib/
configHandler.py 78 def AddSection(self, section):
  /external/python/cpython3/Lib/idlelib/
config.py 83 def AddSection(self, section):
    [all...]
  /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 754 milliseconds