Home
last modified time | relevance | path

Searched refs:E_Ident (Results 1 – 22 of 22) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/ortho/mcode/
H A Dbinary_file-elf.adb380 Ehdr := (E_Ident => (EI_MAG0 => ELFMAG0,
403 Ehdr.E_Ident (EI_DATA) := ELFDATA2LSB;
404 Ehdr.E_Ident (EI_CLASS) := ELFCLASS32;
407 Ehdr.E_Ident (EI_DATA) := ELFDATA2LSB;
408 Ehdr.E_Ident (EI_CLASS) := ELFCLASS64;
411 Ehdr.E_Ident (EI_DATA) := ELFDATA2MSB;
412 Ehdr.E_Ident (EI_CLASS) := ELFCLASS32;
H A Delfdumper.adb44 case Ehdr.E_Ident (EI_CLASS) is
57 case Ehdr.E_Ident (EI_DATA) is
70 case Ehdr.E_Ident (EI_VERSION) is
80 if Ehdr.E_Ident (EI_CLASS) /= Elf_Arch_Class
82 or Ehdr.E_Ident (EI_VERSION) /= EV_CURRENT
402 if File.Ehdr.E_Ident (EI_MAG0) /= ELFMAG0
403 or File.Ehdr.E_Ident (EI_MAG1) /= ELFMAG1
404 or File.Ehdr.E_Ident (EI_MAG2) /= ELFMAG2
405 or File.Ehdr.E_Ident (EI_MAG3) /= ELFMAG3
411 if File.Ehdr.E_Ident (EI_CLASS) /= Elf_Arch_Class
[all …]
H A Delf32.ads29 E_Ident : E_Ident_Type; component
H A Delf64.ads31 E_Ident : E_Ident_Type; component
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1832 if Hdr.E_Ident (0) = 16#7F# and then
1833 Hdr.E_Ident (1) = Character'Pos ('E') and then
1834 Hdr.E_Ident (2) = Character'Pos ('L') and then
1835 Hdr.E_Ident (3) = Character'Pos ('F') and then
1836 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1851 if Hdr.E_Ident (0) = 16#7F# and then
1852 Hdr.E_Ident (1) = Character'Pos ('E') and then
1853 Hdr.E_Ident (2) = Character'Pos ('L') and then
1854 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1832 if Hdr.E_Ident (0) = 16#7F# and then
1833 Hdr.E_Ident (1) = Character'Pos ('E') and then
1834 Hdr.E_Ident (2) = Character'Pos ('L') and then
1835 Hdr.E_Ident (3) = Character'Pos ('F') and then
1836 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1851 if Hdr.E_Ident (0) = 16#7F# and then
1852 Hdr.E_Ident (1) = Character'Pos ('E') and then
1853 Hdr.E_Ident (2) = Character'Pos ('L') and then
1854 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1832 if Hdr.E_Ident (0) = 16#7F# and then
1833 Hdr.E_Ident (1) = Character'Pos ('E') and then
1834 Hdr.E_Ident (2) = Character'Pos ('L') and then
1835 Hdr.E_Ident (3) = Character'Pos ('F') and then
1836 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1851 if Hdr.E_Ident (0) = 16#7F# and then
1852 Hdr.E_Ident (1) = Character'Pos ('E') and then
1853 Hdr.E_Ident (2) = Character'Pos ('L') and then
1854 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-objrea.adb88 E_Ident : E_Ident_Type; -- Magic number and other info component
1859 if Hdr.E_Ident (0) = 16#7F# and then
1860 Hdr.E_Ident (1) = Character'Pos ('E') and then
1861 Hdr.E_Ident (2) = Character'Pos ('L') and then
1862 Hdr.E_Ident (3) = Character'Pos ('F') and then
1863 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1878 if Hdr.E_Ident (0) = 16#7F# and then
1879 Hdr.E_Ident (1) = Character'Pos ('E') and then
1880 Hdr.E_Ident (2) = Character'Pos ('L') and then
1881 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-objrea.adb89 E_Ident : E_Ident_Type; -- Magic number and other info component
1863 if Hdr.E_Ident (0) = 16#7F# and then
1864 Hdr.E_Ident (1) = Character'Pos ('E') and then
1865 Hdr.E_Ident (2) = Character'Pos ('L') and then
1866 Hdr.E_Ident (3) = Character'Pos ('F') and then
1867 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1882 if Hdr.E_Ident (0) = 16#7F# and then
1883 Hdr.E_Ident (1) = Character'Pos ('E') and then
1884 Hdr.E_Ident (2) = Character'Pos ('L') and then
1885 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1832 if Hdr.E_Ident (0) = 16#7F# and then
1833 Hdr.E_Ident (1) = Character'Pos ('E') and then
1834 Hdr.E_Ident (2) = Character'Pos ('L') and then
1835 Hdr.E_Ident (3) = Character'Pos ('F') and then
1836 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1851 if Hdr.E_Ident (0) = 16#7F# and then
1852 Hdr.E_Ident (1) = Character'Pos ('E') and then
1853 Hdr.E_Ident (2) = Character'Pos ('L') and then
1854 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1832 if Hdr.E_Ident (0) = 16#7F# and then
1833 Hdr.E_Ident (1) = Character'Pos ('E') and then
1834 Hdr.E_Ident (2) = Character'Pos ('L') and then
1835 Hdr.E_Ident (3) = Character'Pos ('F') and then
1836 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1851 if Hdr.E_Ident (0) = 16#7F# and then
1852 Hdr.E_Ident (1) = Character'Pos ('E') and then
1853 Hdr.E_Ident (2) = Character'Pos ('L') and then
1854 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1838 if Hdr.E_Ident (0) = 16#7F# and then
1839 Hdr.E_Ident (1) = Character'Pos ('E') and then
1840 Hdr.E_Ident (2) = Character'Pos ('L') and then
1841 Hdr.E_Ident (3) = Character'Pos ('F') and then
1842 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1857 if Hdr.E_Ident (0) = 16#7F# and then
1858 Hdr.E_Ident (1) = Character'Pos ('E') and then
1859 Hdr.E_Ident (2) = Character'Pos ('L') and then
1860 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1832 if Hdr.E_Ident (0) = 16#7F# and then
1833 Hdr.E_Ident (1) = Character'Pos ('E') and then
1834 Hdr.E_Ident (2) = Character'Pos ('L') and then
1835 Hdr.E_Ident (3) = Character'Pos ('F') and then
1836 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1851 if Hdr.E_Ident (0) = 16#7F# and then
1852 Hdr.E_Ident (1) = Character'Pos ('E') and then
1853 Hdr.E_Ident (2) = Character'Pos ('L') and then
1854 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1838 if Hdr.E_Ident (0) = 16#7F# and then
1839 Hdr.E_Ident (1) = Character'Pos ('E') and then
1840 Hdr.E_Ident (2) = Character'Pos ('L') and then
1841 Hdr.E_Ident (3) = Character'Pos ('F') and then
1842 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1857 if Hdr.E_Ident (0) = 16#7F# and then
1858 Hdr.E_Ident (1) = Character'Pos ('E') and then
1859 Hdr.E_Ident (2) = Character'Pos ('L') and then
1860 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-objrea.adb87 E_Ident : E_Ident_Type; -- Magic number and other info component
1835 if Hdr.E_Ident (0) = 16#7F# and then
1836 Hdr.E_Ident (1) = Character'Pos ('E') and then
1837 Hdr.E_Ident (2) = Character'Pos ('L') and then
1838 Hdr.E_Ident (3) = Character'Pos ('F') and then
1839 Hdr.E_Ident (4) = ELF32_Ops.ELFCLASS32
1854 if Hdr.E_Ident (0) = 16#7F# and then
1855 Hdr.E_Ident (1) = Character'Pos ('E') and then
1856 Hdr.E_Ident (2) = Character'Pos ('L') and then
1857 Hdr.E_Ident (3) = Character'Pos ('F') and then
[all …]
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adalib/
H A Ds-objrea.ali440 87a10 E_Ident{84A12} 1835r17[792] 1836r17[792] 1837r17[792] 1838r17[792]