Searched refs:num_sections (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymfile.h76 size_t num_sections; member in struct:section_addr_info
195 num_sections);
H A Dgdb-stabs.h42 size_t num_sections; member in struct:stab_section_info
H A Dsomread.c433 objfile->num_sections = bfd_count_sections (objfile->obfd);
436 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
456 for (i = 0; i < objfile->num_sections && addrs->other[i].name; i++)
461 for (i = 0; i < objfile->num_sections; i++)
H A Dsymfile.c327 alloc_section_addr_info (size_t num_sections)
333 + sizeof (struct other_sections) * (num_sections - 1));
336 sap->num_sections = num_sections;
379 for (idx = 0; idx < sap->num_sections; idx++)
419 for (i = 0; i < objfile->num_sections; i++)
426 if (i == objfile->num_sections)
452 objfile->num_sections = bfd_count_sections (objfile->obfd);
455 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
457 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
326 alloc_section_addr_info(size_t num_sections) argument
[all...]
H A Delfread.c355 sectinfo->num_sections = max_index;
745 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
746 for (i = 0; i < maybe->num_sections; i++)
H A Dsolib-sunos.c734 new_offsets = xcalloc (symfile_objfile->num_sections,
738 for (i = 0; i < symfile_objfile->num_sections; i++)
H A Dobjfiles.c500 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections)));
505 for (i = 0; i < objfile->num_sections; ++i)
624 for (i = 0; i < objfile->num_sections; ++i)
H A Dobjfiles.h402 int num_sections; member in struct:objfile
H A Dsolib-svr4.c1269 new_offsets = xcalloc (symfile_objfile->num_sections,
1273 for (i = 0; i < symfile_objfile->num_sections; i++)
H A Drs6000-nat.c670 alloca (SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
672 for (i = 0; i < objfile->num_sections; ++i)
H A Dxcoffread.c2970 objfile->num_sections = bfd_count_sections (objfile->obfd);
2973 SIZEOF_N_SECTION_OFFSETS (objfile->num_sections));
2992 for (i = 0; i < objfile->num_sections; ++i)
H A Dsymmisc.c401 for (i = 0; i < psymtab->objfile->num_sections; ++i)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp94 const size_t num_sections = section_list->GetSize(); local
96 for (sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h136 u32 num_sections; /* 0xe20000 */ member in struct:static_init
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp234 const uint32_t num_sections = section_list.GetSize(); local
235 for (uint32_t i = 0; i < num_sections; ++i) {
382 const uint32_t num_sections = section_list->GetSize(); local
383 for (uint32_t i = 0; i < num_sections; ++i) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp133 const size_t num_sections = sections->GetSize(); local
134 for (size_t i = 0; i < num_sections; ++i) {
H A DSection.cpp530 size_t num_sections = m_sections.size(); local
531 for (size_t idx = start_idx; idx < num_sections; ++idx) {
H A DModule.cpp1420 size_t num_sections = section_list->GetNumSections(0); local
1421 for (size_t idx = num_sections; idx > 0; --idx) {
1452 size_t num_sections = sections->GetSize(); local
1453 for (size_t sect_idx = 0; sect_idx < num_sections; sect_idx++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp211 const size_t num_sections = section_list->GetSize(); local
213 for (size_t sect_idx = 0; sect_idx < num_sections; ++sect_idx) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp226 const size_t num_sections = sections->GetSize(); local
228 for (unsigned i = 0; i < num_sections; ++i) {
257 const size_t num_sections = sections->GetSize(); local
258 for (size_t i = 0; i < num_sections; ++i) {
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i518 for idx in range(self.num_sections):
547 num_sections = property(GetNumSections, None, doc='''A read only property that returns number of sections in the module as an integer.''')
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c259 for (i = 0; i < sap->num_sections; i++)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp106 size_t num_sections = list.GetNumSections(0); local
108 m_next_section_idx < num_sections) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp830 const int num_sections = sectlist->GetNumSections(0); local
831 for (int i = 0; i < num_sections; i++) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcode.h469 valid_section_index_p (unsigned index, unsigned num_sections)
473 return index < num_sections;
467 valid_section_index_p(unsigned index, unsigned num_sections) argument

Completed in 278 milliseconds

12