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

1 2

  /external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py 14 self.section_list = ['Getting Started', 'API', 'Demo', 'Tutorial']
32 assert group in self.section_list
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 77 my @section_list;
98 push (@section_list, \@section);
135 $#section_sizes = $#section_list;
163 my $section = $section_list[$sym->[$SYM_NDX]]->[$SECT_NAME];
173 $section_sizes[$section_list[$sym->[$SYM_NDX]]->[$SECT_NUM]] += $sym->[$SYM_SIZE];
180 foreach $section (@section_list) {
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 117 SectionList *section_list = image_object_file->GetSectionList (); local
118 if (section_list)
127 const size_t num_sections = section_list->GetSize();
134 SectionSP section_sp (section_list->GetSectionAtIndex (sect_idx));
  /external/lldb/source/API/
SBModule.cpp 409 SectionList *section_list = module_sp->GetSectionList(); local
410 if (section_list)
411 return section_list->GetSize();
425 SectionList *section_list = module_sp->GetSectionList (); local
427 if (section_list)
428 sb_section.SetSP(section_list->GetSectionAtIndex (idx));
590 SectionList *section_list = module_sp->GetSectionList(); local
591 if (section_list)
594 SectionSP section_sp (section_list->FindSectionByName(const_sect_name));
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 522 SectionList *section_list = GetSectionList();
523 if (!section_list)
527 SectionSP dynsym_section_sp (section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true));
562 SectionList *section_list = GetSectionList();
565 if (!section_list)
568 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list);
586 SectionList *section_list = GetSectionList();
587 if (!section_list)
591 Section *dynsym = section_list->FindSectionByType (eSectionTypeELFDynamicLinkInfo, true).get();
600 Section *dynstr = section_list->FindSectionByID (header->sh_link + 1).get()
1190 SectionList *section_list = m_sections_ap.get(); local
1458 SectionList *section_list = GetSectionList(); local
1523 SectionList *section_list = GetSectionList(); local
    [all...]
ELFHeader.h 255 const lldb_private::SectionList *section_list);
278 const lldb_private::SectionList *section_list);
ELFHeader.cpp 277 const lldb_private::SectionList *section_list)
291 const lldb_private::Section *section = section_list->GetSectionAtIndex(shndx).get();
304 const lldb_private::SectionList *section_list)
316 sectionIndexToCString (st_shndx, section_list),
  /external/lldb/include/lldb/Core/
AddressRange.h 62 /// @param[in] section_list
65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
Address.h 153 /// @param[in] section_list
156 Address (lldb::addr_t file_addr, const SectionList * section_list);
  /external/elfutils/0.153/src/
objdump.c 117 static struct section_list struct
125 struct section_list *next;
126 } *section_list; variable in typeref:struct:section_list
210 struct section_list *newp = xmalloc (sizeof (*newp));
220 newp->next = section_list;
221 section_list = newp;
467 if (section_list == NULL)
470 struct section_list *runp = section_list;
  /external/elfutils/0.153/libasm/
asm_newscn.c 203 result->allnext = ctx->section_list;
204 ctx->section_list = result;
libasmP.h 154 AsmScn_t *section_list; member in struct:AsmCtx
asm_begin.c 109 result->section_list = NULL;
  /external/lldb/source/Core/
AddressRange.cpp 25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
26 m_base_addr(file_addr, section_list),
Module.cpp 444 SectionList *section_list = GetSectionList(); local
445 if (section_list)
446 return so_addr.ResolveAddressUsingFileSections(vm_addr, section_list);
1260 SectionList *section_list = GetSectionList(); local
1407 SectionList *section_list = GetSectionList (); local
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
345 const struct ld_plugin_section * section_list,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
345 const struct ld_plugin_section * section_list,
  /external/lldb/source/Plugins/Process/mach-core/
ProcessMachCore.cpp 223 SectionList *section_list = core_objfile->GetSectionList(); local
224 if (section_list == NULL)
230 const uint32_t num_sections = section_list->GetNumSections(0);
249 Section *section = section_list->GetSectionAtIndex (i).get();
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
plugin-api.h 303 The sections should be specifed using the array SECTION_LIST in the
310 (*ld_plugin_update_section_order) (const struct ld_plugin_section *section_list,

Completed in 1294 milliseconds

1 2