| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | symfile.c | 326 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 D | symfile.h | 76 size_t num_sections; member 195 num_sections);
|
| H A D | somread.c | 433 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 D | elfread.c | 355 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 D | gdb-stabs.h | 42 size_t num_sections; member
|
| H A D | objfiles.c | 499 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 D | solib-sunos.c | 734 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 D | objfiles.h | 402 int num_sections; member
|
| H A D | solib-svr4.c | 1269 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 D | remote-vx.c | 680 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 D | rs6000-nat.c | 669 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 D | xcoffread.c | 2961 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 D | DynamicLoaderStatic.cpp | 105 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 D | JITLoaderGDB.cpp | 219 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 D | SymbolFileBreakpad.cpp | 64 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 D | DynamicLoaderHexagonDYLD.cpp | 225 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 D | DynamicLoader.cpp | 136 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon() local 137 for (size_t i = 0; i < num_sections; ++i) { in UnloadSectionsCommon()
|
| H A D | Section.cpp | 554 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 D | Module.cpp | 1462 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 D | ObjectFileJIT.cpp | 212 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 D | ptunit-image_section_cache.c | 519 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 D | spad_layout.h | 136 u32 num_sections; /* 0xe20000 */ member
|
| /freebsd-12.1/gnu/usr.bin/gdb/kgdb/ |
| H A D | kld.c | 259 for (i = 0; i < sap->num_sections; i++) in load_kld()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 869 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 D | elfcode.h | 467 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()
|