Home
last modified time | relevance | path

Searched refs:Num_Sections (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb616 Res.Num_Sections := uint32 (Hdr.E_Shnum);
948 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
979 File_Size (Res.Num_Sections)
1363 Res.Num_Sections := uint32 (Hdr.f_nscns);
1667 for J in 0 .. Obj.Num_Sections - 1 loop
1695 for Idx in 1 .. Num_Sections (Obj) loop
1766 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1768 return Obj.Num_Sections;
1769 end Num_Sections;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb617 Res.Num_Sections := uint32 (Hdr.E_Shnum);
949 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
980 File_Size (Res.Num_Sections)
1364 Res.Num_Sections := uint32 (Hdr.f_nscns);
1668 for J in 0 .. Obj.Num_Sections - 1 loop
1698 for Idx in 1 .. Num_Sections (Obj) loop
1769 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1771 return Obj.Num_Sections;
1772 end Num_Sections;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb616 Res.Num_Sections := uint32 (Hdr.E_Shnum);
948 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
979 File_Size (Res.Num_Sections)
1363 Res.Num_Sections := uint32 (Hdr.f_nscns);
1667 for J in 0 .. Obj.Num_Sections - 1 loop
1695 for Idx in 1 .. Num_Sections (Obj) loop
1766 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1768 return Obj.Num_Sections;
1769 end Num_Sections;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb616 Res.Num_Sections := uint32 (Hdr.E_Shnum);
948 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
979 File_Size (Res.Num_Sections)
1363 Res.Num_Sections := uint32 (Hdr.f_nscns);
1667 for J in 0 .. Obj.Num_Sections - 1 loop
1695 for Idx in 1 .. Num_Sections (Obj) loop
1766 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1768 return Obj.Num_Sections;
1769 end Num_Sections;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-objrea.ads265 function Num_Sections (Obj : Object_File) return uint32; subprogspec
384 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb614 Res.Num_Sections := uint32 (Hdr.E_Shnum);
955 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
986 File_Size (Res.Num_Sections)
1372 Res.Num_Sections := uint32 (Hdr.f_nscns);
1686 for J in 0 .. Obj.Num_Sections - 1 loop
1718 for Idx in 1 .. Num_Sections (Obj) loop
1792 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1794 return Obj.Num_Sections;
1795 end Num_Sections;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-objrea.ads268 function Num_Sections (Obj : Object_File) return uint32; subprogspec
387 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb615 Res.Num_Sections := uint32 (Hdr.E_Shnum);
959 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
990 File_Size (Res.Num_Sections)
1376 Res.Num_Sections := uint32 (Hdr.f_nscns);
1690 for J in 0 .. Obj.Num_Sections - 1 loop
1722 for Idx in 1 .. Num_Sections (Obj) loop
1796 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1798 return Obj.Num_Sections;
1799 end Num_Sections;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb616 Res.Num_Sections := uint32 (Hdr.E_Shnum);
948 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
979 File_Size (Res.Num_Sections)
1363 Res.Num_Sections := uint32 (Hdr.f_nscns);
1667 for J in 0 .. Obj.Num_Sections - 1 loop
1695 for Idx in 1 .. Num_Sections (Obj) loop
1766 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1768 return Obj.Num_Sections;
1769 end Num_Sections;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-objrea.ads265 function Num_Sections (Obj : Object_File) return uint32; subprogspec
385 Num_Sections : uint32 := 0; component
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-objrea.ads265 function Num_Sections (Obj : Object_File) return uint32; subprogspec
385 Num_Sections : uint32 := 0; component
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
H A Ds-objrea.adb617 Res.Num_Sections := uint32 (Hdr.E_Shnum);
949 Res.Num_Sections := uint32 (Hdr.NumberOfSections);
980 File_Size (Res.Num_Sections)
1364 Res.Num_Sections := uint32 (Hdr.f_nscns);
1668 for J in 0 .. Obj.Num_Sections - 1 loop
1698 for Idx in 1 .. Num_Sections (Obj) loop
1769 function Num_Sections (Obj : Object_File) return uint32 is subprogram
1771 return Obj.Num_Sections;
1772 end Num_Sections;
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-objrea.ads262 function Num_Sections (Obj : Object_File) return uint32; subprogspec
382 Num_Sections : uint32 := 0; component

12