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

  /external/lldb/source/Symbol/
ObjectFile.cpp 516 ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data) const
520 return section->GetObjectFile()->ReadSectionData (section, section_data);
533 section_data.SetData (data_sp, 0, data_sp->GetByteSize());
534 section_data.SetByteOrder (process_sp->GetByteOrder());
535 section_data.SetAddressByteSize (process_sp->GetAddressByteSize());
536 return section_data.GetByteSize();
544 return MemoryMapSectionData (section, section_data);
546 section_data.Clear();
551 ObjectFile::MemoryMapSectionData (const Section *section, DataExtractor& section_data) const
555 return section->GetObjectFile()->MemoryMapSectionData (section, section_data);
    [all...]
  /external/aac/libFDK/include/
FDK_tools_rom.h 215 section_data, enumerator in enum:__anon4774
  /external/chromium_org/chrome/browser/safe_browsing/
pe_image_reader_win.cc 286 const uint8_t* section_data = NULL; local
289 &section_data)) {
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 657 DataExtractor& section_data) const;
661 DataExtractor& section_data) const;
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 75 const void* section_data,
79 memcpy(area, section_data, size);
798 void* section_data = &dynamics[0];
800 RewriteSectionData(data, section_data, bytes);
    [all...]
  /external/lldb/examples/python/
symbolication.py 514 section_data = section.GetSectionData()
515 if section_data:
517 section_data.GetDescription (ostream, section.GetFileAddress())
  /external/lldb/include/lldb/Core/
Section.h 68 GetSectionData (const DataExtractor& module_data, DataExtractor& section_data) const;
  /external/aac/libAACdec/src/
channel.cpp 323 case section_data:
  /external/aac/libFDK/src/
FDK_tools_rom.cpp     [all...]
  /external/aac/libAACenc/src/
bitenc.cpp 117 SECTION_DATA *sectionData,
235 static INT FDKaacEnc_encodeSectionData(SECTION_DATA *sectionData,
293 SECTION_DATA *sectionData,
    [all...]

Completed in 306 milliseconds