Home
last modified time | relevance | path

Searched refs:num_sections (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dsymfile.c326 alloc_section_addr_info (size_t num_sections) in alloc_section_addr_info() argument
335 sap->num_sections = num_sections; in alloc_section_addr_info()
378 for (idx = 0; idx < sap->num_sections; idx++) in free_section_addr_info()
418 for (i = 0; i < objfile->num_sections; i++) in init_objfile_sect_indices()
425 if (i == objfile->num_sections) in init_objfile_sect_indices()
456 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in default_symfile_offsets()
655 objfile->num_sections = num_offsets; in syms_from_objfile()
810 orig_addrs->num_sections = addrs->num_sections; in symbol_file_add_with_addrs_or_offsets()
811 for (i = 0; i < addrs->num_sections; i++) in symbol_file_add_with_addrs_or_offsets()
1848 num_offsets = objfile->num_sections; in reread_symbols()
[all …]
H A Dsymfile.h76 size_t num_sections; member
195 num_sections);
H A Dsomread.c433 objfile->num_sections = bfd_count_sections (objfile->obfd); in som_symfile_offsets()
436 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in som_symfile_offsets()
456 for (i = 0; i < objfile->num_sections && addrs->other[i].name; i++) in som_symfile_offsets()
461 for (i = 0; i < objfile->num_sections; i++) in som_symfile_offsets()
H A Delfread.c355 sectinfo->num_sections = max_index; in elf_symtab_read()
745 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in elfstab_offset_sections()
746 for (i = 0; i < maybe->num_sections; i++) in elfstab_offset_sections()
H A Dgdb-stabs.h42 size_t num_sections; member
H A Dobjfiles.c499 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections))); in objfile_relocate()
504 for (i = 0; i < objfile->num_sections; ++i) in objfile_relocate()
623 for (i = 0; i < objfile->num_sections; ++i) in objfile_relocate()
H A Dsolib-sunos.c734 new_offsets = xcalloc (symfile_objfile->num_sections, in sunos_relocate_main_executable()
738 for (i = 0; i < symfile_objfile->num_sections; i++) in sunos_relocate_main_executable()
H A Dobjfiles.h402 int num_sections; member
H A Dsolib-svr4.c1269 new_offsets = xcalloc (symfile_objfile->num_sections, in svr4_relocate_main_executable()
1273 for (i = 0; i < symfile_objfile->num_sections; i++) in svr4_relocate_main_executable()
H A Dremote-vx.c680 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in vx_add_symbols()
682 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in vx_add_symbols()
H A Drs6000-nat.c669 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in vmap_symtab()
671 for (i = 0; i < objfile->num_sections; ++i) in vmap_symtab()
H A Dxcoffread.c2961 objfile->num_sections = bfd_count_sections (objfile->obfd); in xcoff_symfile_offsets()
2964 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)); in xcoff_symfile_offsets()
2983 for (i = 0; i < objfile->num_sections; ++i) in xcoff_symfile_offsets()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp105 const size_t num_sections = section_list->GetSize(); in LoadAllImagesAtFileAddresses() local
107 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp219 const uint32_t num_sections = section_list.GetSize(); in updateSectionLoadAddress() local
220 for (uint32_t i = 0; i < num_sections; ++i) { in updateSectionLoadAddress()
367 const uint32_t num_sections = section_list->GetSize(); in ReadJITDescriptorImpl() local
368 for (uint32_t i = 0; i < num_sections; ++i) { in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp64 size_t num_sections = list.GetNumSections(0); in operator ++() local
65 while (m_next_text.empty() && m_next_section_idx < num_sections) { in operator ++()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp225 const size_t num_sections = sections->GetSize(); in UpdateLoadedSections() local
227 for (unsigned i = 0; i < num_sections; ++i) { in UpdateLoadedSections()
256 const size_t num_sections = sections->GetSize(); in UnloadSections() local
257 for (size_t i = 0; i < num_sections; ++i) { in UnloadSections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp136 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon() local
137 for (size_t i = 0; i < num_sections; ++i) { in UnloadSectionsCommon()
H A DSection.cpp554 size_t num_sections = m_sections.size(); in FindSectionByType() local
555 for (size_t idx = start_idx; idx < num_sections; ++idx) { in FindSectionByType()
H A DModule.cpp1462 size_t num_sections = section_list->GetNumSections(0); in SetSymbolFileFileSpec() local
1463 for (size_t idx = num_sections; idx > 0; --idx) { in SetSymbolFileFileSpec()
1494 size_t num_sections = sections->GetSize(); in IsLoadedInTarget() local
1495 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) { in IsLoadedInTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp212 const size_t num_sections = section_list->GetSize(); in SetLoadAddress() local
214 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) { in SetLoadAddress()
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c519 num_sections = 8, enumerator
538 struct pt_section *section[num_sections];
553 for (idx = 0; idx < num_sections; ++idx) { in dfix_init()
587 for (idx = 0; idx < num_sections; ++idx) { in sfix_init()
607 for (idx = 0; idx < num_sections; ++idx) { in cfix_fini()
1595 for (sec = 0; sec < num_sections; ++sec) { in worker_add()
1651 for (sec = 0; sec < num_sections; ++sec) { in worker_add_file()
1694 for (sec = 0; sec < num_sections; ++sec) { in worker_map()
1721 for (sec = 0; sec < num_sections; ++sec) { in worker_map_limit()
1756 for (sec = 0; sec < num_sections; ++sec) { in worker_map_bcache()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h136 u32 num_sections; /* 0xe20000 */ member
/freebsd-12.1/gnu/usr.bin/gdb/kgdb/
H A Dkld.c259 for (i = 0; i < sap->num_sections; i++) in load_kld()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp869 const int num_sections = sectlist->GetNumSections(0); in AddSectionsToRangeMap() local
870 for (int i = 0; i < num_sections; i++) { in AddSectionsToRangeMap()
/freebsd-12.1/contrib/binutils/bfd/
H A Delfcode.h467 valid_section_index_p (unsigned index, unsigned num_sections) in valid_section_index_p() argument
471 return index < num_sections; in valid_section_index_p()

12