Home
last modified time | relevance | path

Searched refs:section_data (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Symbol/
DObjectFile.cpp516 ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data) const in ReadSectionData()
520 return section->GetObjectFile()->ReadSectionData (section, section_data); in ReadSectionData()
533 section_data.SetData (data_sp, 0, data_sp->GetByteSize()); in ReadSectionData()
534 section_data.SetByteOrder (process_sp->GetByteOrder()); in ReadSectionData()
535 section_data.SetAddressByteSize (process_sp->GetAddressByteSize()); in ReadSectionData()
536 return section_data.GetByteSize(); in ReadSectionData()
544 return MemoryMapSectionData (section, section_data); in ReadSectionData()
546 section_data.Clear(); in ReadSectionData()
551 ObjectFile::MemoryMapSectionData (const Section *section, DataExtractor& section_data) const in MemoryMapSectionData()
555 return section->GetObjectFile()->MemoryMapSectionData (section, section_data); in MemoryMapSectionData()
[all …]
/external/lldb/include/lldb/Symbol/
DObjectFile.h657 DataExtractor& section_data) const;
661 DataExtractor& section_data) const;
/external/aac/libFDK/src/
DFDK_tools_rom.cpp1934 section_data,
1963 section_data,
1976 section_data,
1996 section_data,
2008 section_data,
2057 section_data,
2079 section_data,
2105 section_data,
2126 section_data,
2157 section_data,
[all …]
/external/aac/libFDK/include/
DFDK_tools_rom.h215 section_data, enumerator
/external/lldb/examples/python/
Dsymbolication.py514 section_data = section.GetSectionData()
515 if section_data:
517 section_data.GetDescription (ostream, section.GetFileAddress())
/external/openssh/
DPROTOCOL.krl27 string section_data
29 Where "section_type" indicates the type of the "section_data". An exception
/external/lldb/include/lldb/Core/
DSection.h68 GetSectionData (const DataExtractor& module_data, DataExtractor& section_data) const;
/external/aac/libAACdec/src/
Dchannel.cpp323 case section_data: in CChannelElement_Read()
/external/aac/libAACenc/src/
Dbitenc.cpp1135 case section_data: in FDKaacEnc_ChannelElementWrite()