| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | ELF.h | 15 typedef /*off_t*/ uint32_t Elf32_Off; typedef 67 Elf32_Off e_phoff; //!< Program header table offset in bytes, or 0 if no program header table. 68 Elf32_Off e_shoff; //!< Section header table offset in bytes, or 0 if no section header table. 136 Elf32_Off sh_offset; //!< Offset from beginning of the file to the first byte in the section. 217 Elf32_Off p_offset; //!< Offset in bytes from start of file to the first byte of the segment.
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/ |
| H A D | elf32.d | 21 alias uint32_t Elf32_Off; variable 33 Elf32_Off e_phoff; 34 Elf32_Off e_shoff; 50 Elf32_Off sh_offset; 61 Elf32_Off p_offset;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| H A D | elf32.d | 21 alias uint32_t Elf32_Off; variable 33 Elf32_Off e_phoff; 34 Elf32_Off e_shoff; 50 Elf32_Off sh_offset; 61 Elf32_Off p_offset;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/ |
| H A D | elf32.d | 21 alias uint32_t Elf32_Off; variable 33 Elf32_Off e_phoff; 34 Elf32_Off e_shoff; 50 Elf32_Off sh_offset; 61 Elf32_Off p_offset;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/ |
| H A D | elf32.d | 21 alias uint32_t Elf32_Off; variable 33 Elf32_Off e_phoff; 34 Elf32_Off e_shoff; 50 Elf32_Off sh_offset; 61 Elf32_Off p_offset;
|
| /netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
| H A D | netbsd.h | 39 Elf32_Off offset; 50 Elf32_Off GetEntryPoint(void) { return EntryPoint; }; in GetEntryPoint() 57 Elf32_Off EntryPoint;
|
| H A D | elf.h | 60 typedef uint32_t Elf32_Off; typedef 103 Elf32_Off e_phoff; /* Program hdr offset */ 104 Elf32_Off e_shoff; /* Section hdr offset */ 324 Elf32_Off p_offset; /* offset */ 388 Elf32_Off sh_offset; /* file offset */ 1078 #define Elf_Off Elf32_Off
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | exec_elf.h | 66 typedef __uint32_t Elf32_Off; typedef 110 Elf32_Off e_phoff; /* Program hdr offset */ 111 Elf32_Off e_shoff; /* Section hdr offset */ 278 Elf32_Off p_offset; /* offset */ 318 Elf32_Off sh_offset; /* file offset */ 625 #define Elf_Off Elf32_Off
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | readelf.h | 44 typedef uint32_t Elf32_Off; typedef 100 Elf32_Off e_phoff; 101 Elf32_Off e_shoff; 179 Elf32_Off p_offset; 213 Elf32_Off sh_offset;
|
| /netbsd-src/tools/amiga-elf2bb/sys/ |
| H A D | exec_elf.h | 53 typedef uint32_t Elf32_Off; typedef 94 Elf32_Off e_phoff; /* Program hdr offset */ 95 Elf32_Off e_shoff; /* Section hdr offset */ 282 Elf32_Off p_offset; /* offset */ 335 Elf32_Off sh_offset; /* file offset */ 718 #define Elf_Off Elf32_Off
|
| /netbsd-src/tools/arm-elf2aout/sys/ |
| H A D | exec_elf.h | 62 typedef uint32_t Elf32_Off; typedef 105 Elf32_Off e_phoff; /* Program hdr offset */ 106 Elf32_Off e_shoff; /* Section hdr offset */ 326 Elf32_Off p_offset; /* offset */ 390 Elf32_Off sh_offset; /* file offset */ 1107 #define Elf_Off Elf32_Off
|
| /netbsd-src/tools/m68k-elf2aout/sys/ |
| H A D | exec_elf.h | 62 typedef uint32_t Elf32_Off; typedef 105 Elf32_Off e_phoff; /* Program hdr offset */ 106 Elf32_Off e_shoff; /* Section hdr offset */ 326 Elf32_Off p_offset; /* offset */ 390 Elf32_Off sh_offset; /* file offset */ 1107 #define Elf_Off Elf32_Off
|
| /netbsd-src/sys/sys/ |
| H A D | exec_elf.h | 60 typedef uint32_t Elf32_Off; typedef 103 Elf32_Off e_phoff; /* Program hdr offset */ 104 Elf32_Off e_shoff; /* Section hdr offset */ 417 Elf32_Off p_offset; /* offset */ 481 Elf32_Off sh_offset; /* file offset */ 1214 #define Elf_Off Elf32_Off
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
| H A D | elf.d | 37 Elf32_Off e_phoff; 38 Elf32_Off e_shoff; 241 Elf32_Off p_offset; 310 Elf32_Off sh_offset;
|
| H A D | link.d | 22 Elf32_Off d_off; 399 Elf32_Off eb_off;
|
| H A D | elftypes.d | 16 alias uint32_t Elf32_Off; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 29 using Elf32_Off = uint32_t; // File offset variable 66 Elf32_Off e_phoff; // Program header table's file offset, in bytes 67 Elf32_Off e_shoff; // Section header table's file offset, in bytes 865 Elf32_Off sh_offset; // File offset of section data, in bytes 1254 Elf32_Off p_offset; // File offset where segment is located, in bytes
|
| /netbsd-src/external/bsd/elftoolchain/dist/common/sys/ |
| H A D | elfdefinitions.m4 | 233 typedef uint32_t Elf32_Off; /* File offset. */ 321 Elf32_Off e_phoff; /* File offset to the PHDR table. */ 322 Elf32_Off e_shoff; /* File offset to the SHDRheader. */ 459 Elf32_Off p_offset; /* File offset to segment. */ 522 Elf32_Off sh_offset; /* file offset of section */
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
| H A D | elf.d | 32 alias uint32_t Elf32_Off; variable 51 Elf32_Off e_phoff; 52 Elf32_Off e_shoff; 236 Elf32_Off sh_offset; 453 Elf32_Off p_offset;
|
| /netbsd-src/sys/arch/pmax/stand/smallnet/setnetimage/ |
| H A D | setnetimage.c | 67 Elf32_Off f_offset;
|
| /netbsd-src/usr.sbin/installboot/arch/ |
| H A D | pmax.c | 305 Elf32_Off f_offset;
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_convert.m4 | 558 #define SWAP_OFF32(X) _SWAP_WORD(X, Elf32_Off) 675 #define READ_OFF32(P,X) _READ_WORD(P, X, Elf32_Off)
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_link.c | 521 Elf32_Off off; in dump_elf32()
|