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

  /art/compiler/
elf_fixup.cc 128 Elf32_Shdr* symbol_section = elf_file.FindSectionByType(section_type); local
129 if (symbol_section == nullptr) {
134 for (uint32_t i = 0; i < elf_file.GetSymbolNum(*symbol_section); i++) {
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 2028 SectionSP symbol_section; local
    [all...]
  /art/runtime/
elf_file.cc 858 Elf32_Shdr* symbol_section = FindSectionByType(section_type); local
859 if (symbol_section == nullptr) {
862 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
866 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
902 Elf32_Shdr* symbol_section = FindSectionByType(section_type); local
903 if (symbol_section == nullptr) {
906 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
910 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
    [all...]
  /prebuilts/sdk/tools/linux/
arm-linux-androideabi-ld 
i686-linux-android-ld 

Completed in 1626 milliseconds