HomeSort by relevance Sort by last modified time
    Searched refs:SectionType (Results 1 - 25 of 26) sorted by null

1 2

  /external/lldb/include/lldb/
lldb-private.h 73 GetSectionTypeAsCString (lldb::SectionType sect_type);
lldb-enumerations.h 486 typedef enum SectionType
525 } SectionType;
  /external/llvm/lib/MC/
MCSectionMachO.cpp 102 MachO::SectionType SectionType = getType();
103 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
104 "Invalid SectionType specified!");
106 if (SectionTypeDescriptors[SectionType].AssemblerName) {
108 OS << SectionTypeDescriptors[SectionType].AssemblerName;
185 StringRef SectionType = GetEmptyOrTrim(2);
206 if (SectionType.empty())
214 SectionType == Descriptor.AssemblerName;
260 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 67 MachO::SectionType getType() const {
68 return static_cast<MachO::SectionType>(TypeAndAttributes &
  /external/lldb/include/lldb/Core/
Section.h 62 FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
117 lldb::SectionType sect_type,
130 lldb::SectionType sect_type,
249 lldb::SectionType
288 lldb::SectionType m_type; // The type of this section
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 147 static const SectionType g_sections[] =
164 SectionType section_type = g_sections[idx];
  /external/lldb/include/lldb/API/
SBSection.h 71 SectionType
  /external/lldb/scripts/Python/interface/
SBSection.i 90 SectionType
  /external/jhead/
jhead.h 256 int RemoveSectionType(int SectionType);
259 Section_t * FindSection(int SectionType);
260 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
jpgfile.c 913 Section_t * FindSection(int SectionType)
918 if (Sections[a].Type == SectionType){
929 int RemoveSectionType(int SectionType)
933 if (Sections[a].Type == SectionType){
997 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size)
1004 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first!
1023 NewSection->Type = SectionType;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 436 MachO::SectionType SectionType = Current->getType();
437 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS &&
438 SectionType != MachO::S_LAZY_SYMBOL_POINTERS &&
439 SectionType != MachO::S_SYMBOL_STUBS)
    [all...]
  /external/lldb/source/Core/
Section.cpp 22 SectionType sect_type,
53 SectionType sect_type,
457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const
Address.cpp 454 SectionType sect_type = section_sp->GetType();
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 94 Sections_t *FindSection(int SectionType);
qcamera_test.cpp 725 * @SectionType: Section type
730 CameraContext::Sections_t *CameraContext::FindSection(int SectionType)
735 if (mSections[a].Type == SectionType){
    [all...]
  /external/lldb/source/API/
SBSection.cpp 244 SectionType
  /external/lldb/source/
lldb.cpp 348 lldb_private::GetSectionTypeAsCString (SectionType sect_type)
  /external/llvm/lib/Object/
MachOObjectFile.cpp 744 unsigned SectionType = Flags & MachO::SECTION_TYPE;
746 !(SectionType == MachO::S_ZEROFILL ||
747 SectionType == MachO::S_GB_ZEROFILL);
754 unsigned SectionType = Flags & MachO::SECTION_TYPE;
756 (SectionType == MachO::S_ZEROFILL ||
757 SectionType == MachO::S_GB_ZEROFILL);
779 unsigned SectionType = Flags & MachO::SECTION_TYPE;
780 Res = SectionType == MachO::S_ZEROFILL ||
781 SectionType == MachO::S_GB_ZEROFILL;
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 886 SectionType sect_type = eSectionTypeOther;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 227 lldb::SectionType sect_type,
SymbolFileDWARF.cpp 703 SymbolFileDWARF::GetCachedSectionData (uint32_t got_flag, SectionType sect_type, DataExtractor &data)
    [all...]
  /external/lldb/source/Symbol/
ObjectFile.cpp 350 const SectionType section_type = section_sp->GetType();
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 649 SectionType section_type = eSectionTypeOther;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 153 enum SectionType : uint32_t {
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 797 const SectionType section_type = section_sp->GetType();
    [all...]

Completed in 934 milliseconds

1 2