HomeSort by relevance Sort by last modified time
    Searched full:section_type (Results 1 - 23 of 23) sorted by null

  /art/runtime/
elf_file_impl.h 87 static bool IsSymbolSectionType(Elf_Word section_type);
89 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
93 Elf_Addr FindSymbolAddress(Elf_Word section_type,
140 Elf_Sym* GetSymbolSectionStart(Elf_Word section_type) const;
141 const char* GetStringSectionStart(Elf_Word section_type) const;
151 SymbolTable** GetSymbolTable(Elf_Word section_type);
174 Elf_Sym* FindSymbolByName(Elf_Word section_type,
184 const char* GetString(Elf_Word section_type, Elf_Word) const;
elf_file.cc 639 Elf_Word section_type) const {
640 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
641 switch (section_type) {
651 LOG(FATAL) << section_type;
659 Elf_Word section_type) const {
660 CHECK(IsSymbolSectionType(section_type)) << file_->GetPath() << " " << section_type;
661 switch (section_type) {
669 LOG(FATAL) << section_type;
1700 Elf_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; local
    [all...]
elf_file.h 65 uint64_t FindSymbolAddress(unsigned section_type,
  /external/google-breakpad/src/common/linux/
elfutils.cc 45 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,
elfutils.h 73 // Attempt to find a section named |section_name| of type |section_type|
80 uint32_t section_type,
90 typename ElfClass::Word section_type,
elfutils-inl.h 48 typename ElfClass::Word section_type,
63 if (sections[i].sh_type == section_type &&
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 649 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 = eSectionTypeDWARFDebugAranges
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 30 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
61 MachO::SECTION_TYPE);
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 164 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/openssh/
PROTOCOL.krl 26 byte section_type
29 Where "section_type" indicates the type of the "section_data". An exception
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 389 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
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/google-breakpad/src/common/mac/
macho_id.cc 285 if ((sec.flags & SECTION_TYPE) != S_ZEROFILL && sec.offset != 0)
318 if ((sec64.flags & SECTION_TYPE) != S_ZEROFILL && sec64.offset != 0)
macho_reader.cc 482 if ((section.flags & SECTION_TYPE) == S_ZEROFILL) {
  /external/llvm/lib/MC/
MCSectionMachO.cpp 263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS)
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 472 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
561 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
  /external/lldb/source/Symbol/
ObjectFile.cpp 350 const SectionType section_type = section_sp->GetType(); local
351 switch (section_type)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 472 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
561 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
  /external/llvm/include/llvm/Support/
MachO.h 148 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE
158 // llvm::MachO::section_64 (mask "flags" with SECTION_TYPE)
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 797 const SectionType section_type = section_sp->GetType(); local
798 switch (section_type)
2419 uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType; local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 990 SectionType section_type = g_sections[idx]; local
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 357 return Flags & MachO::SECTION_TYPE;
608 unsigned SectionType = Flags & MachO::SECTION_TYPE;
616 unsigned SectionType = Flags & MachO::SECTION_TYPE;
    [all...]
  /prebuilts/sdk/tools/linux/bin/
arm-linux-androideabi-ld 
i686-linux-android-ld 

Completed in 1796 milliseconds