Searched refs:Elf64_Off (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Delf64.h40 typedef uint64_t Elf64_Off; typedef
70 Elf64_Off e_phoff; /* Program header file offset. */
71 Elf64_Off e_shoff; /* Section header file offset. */
103 Elf64_Off sh_offset; /* Offset in file. */
118 Elf64_Off p_offset; /* File offset of contents. */
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h48 typedef uint64_t Elf64_Off; typedef
115 Elf64_Off e_phoff;
116 Elf64_Off e_shoff;
189 Elf64_Off p_offset;
222 Elf64_Off sh_flags;
224 Elf64_Off sh_offset;
225 Elf64_Off sh_size;
228 Elf64_Off sh_addralign;
229 Elf64_Off sh_entsize;
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c76 Elf64_Off offset;
77 Elf64_Off phoff;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c75 d->sh_offset = (Elf64_Off) sh32->sh_offset;
H A Dgelf.h36 typedef Elf64_Off GElf_Off; /* Offsets */
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h73 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h35 using Elf64_Off = uint64_t;
92 Elf64_Off e_phoff;
93 Elf64_Off e_shoff;
792 Elf64_Off sh_offset;
1173 Elf64_Off p_offset; // File offset where segment is located, in bytes
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c148 dst->e_phoff = (Elf64_Off)src->e_phoff;
149 dst->e_shoff = (Elf64_Off)src->e_shoff;
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2324 typedef uint64_t Elf64_Off; /* File offset. */ typedef
2422 Elf64_Off e_phoff; /* File offset to the PHDR table. */
2423 Elf64_Off e_shoff; /* File offset to the SHDRheader. */
2705 Elf64_Off p_offset; /* File offset to segment. */
2769 Elf64_Off sh_offset; /* file offset of section */
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c648 Elf64_Off off;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1392 const Elf64_Off offset = sheader.sh_offset;

Completed in 200 milliseconds