Searched refs:section_type (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delfutils-inl.h48 typename ElfClass::Word section_type,
63 if (sections[i].sh_type == section_type &&
46 FindElfSectionByName( const char* name, typename ElfClass::Word section_type, const typename ElfClass::Shdr* sections, const char* section_names, const char* names_end, int nsection) argument
H A Delfutils.h73 // Attempt to find a section named |section_name| of type |section_type|
80 uint32_t section_type,
90 typename ElfClass::Word section_type,
H A Delfutils.cc45 typename ElfClass::Word section_type,
68 FindElfSectionByName<ElfClass>(section_name, section_type,
123 uint32_t section_type,
146 FindElfClassSection<ElfClass32>(elf_base, section_name, section_type,
150 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type,
43 FindElfClassSection(const char *elf_base, const char *section_name, typename ElfClass::Word section_type, const void **section_start, size_t *section_size) argument
121 FindElfSection(const void *elf_mapped_base, const char *section_name, uint32_t section_type, const void **section_start, size_t *section_size, int *elfclass) argument
/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp164 SectionType section_type = g_sections[idx]; local
165 SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true));
168 SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true));
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp649 SectionType section_type = eSectionTypeOther; local
653 section_type = eSectionTypeCode;
658 section_type = eSectionTypeData;
664 section_type = eSectionTypeZeroFill;
666 section_type = eSectionTypeData;
670 section_type = eSectionTypeDebug;
674 section_type = eSectionTypeDataCString;
678 section_type = eSectionTypeOther;
680 else if (const_sect_name == g_sect_name_dwarf_debug_abbrev) section_type = eSectionTypeDWARFDebugAbbrev;
681 else if (const_sect_name == g_sect_name_dwarf_debug_aranges) section_type
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp389 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
390 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
391 section_type == MachO::S_LAZY_SYMBOL_POINTERS ||
392 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
393 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS ||
394 section_type == MachO::S_SYMBOL_STUBS) {
396 if (section_type == MachO::S_SYMBOL_STUBS)
417 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
418 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
419 section_type
789 uint32_t section_type; local
878 uint32_t section_type; local
1066 uint32_t section_type = section_flags & MachO::SECTION_TYPE; local
2135 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2156 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2197 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2231 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
7291 uint32_t section_type = flags & MachO::SECTION_TYPE; local
[all...]
/external/lldb/source/Symbol/
H A DObjectFile.cpp350 const SectionType section_type = section_sp->GetType(); local
351 switch (section_type)
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp990 SectionType section_type = g_sections[idx]; local
991 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true));
994 SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true));
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp797 const SectionType section_type = section_sp->GetType(); local
798 switch (section_type)
2419 uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType; local
2421 switch (section_type)
3159 uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType;
3161 switch (section_type)

Completed in 421 milliseconds