Searched refs:section_data (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Symbol/ |
D | ObjectFile.cpp | 516 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/ |
D | ObjectFile.h | 657 DataExtractor& section_data) const; 661 DataExtractor& section_data) const;
|
/external/aac/libFDK/src/ |
D | FDK_tools_rom.cpp | 1934 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/ |
D | FDK_tools_rom.h | 215 section_data, enumerator
|
/external/lldb/examples/python/ |
D | symbolication.py | 514 section_data = section.GetSectionData() 515 if section_data: 517 section_data.GetDescription (ostream, section.GetFileAddress())
|
/external/openssh/ |
D | PROTOCOL.krl | 27 string section_data 29 Where "section_type" indicates the type of the "section_data". An exception
|
/external/lldb/include/lldb/Core/ |
D | Section.h | 68 GetSectionData (const DataExtractor& module_data, DataExtractor& section_data) const;
|
/external/aac/libAACdec/src/ |
D | channel.cpp | 323 case section_data: in CChannelElement_Read()
|
/external/aac/libAACenc/src/ |
D | bitenc.cpp | 1135 case section_data: in FDKaacEnc_ChannelElementWrite()
|