Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h37 using Elf64_Off = uint64_t; variable
94 Elf64_Off e_phoff;
95 Elf64_Off e_shoff;
1043 Elf64_Off sh_offset;
1461 Elf64_Off p_offset; // File offset where segment is located, in bytes
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_shdr.c75 d->sh_offset = (Elf64_Off) sh32->sh_offset; in gelf_getshdr()
H A Dgelf.h36 typedef Elf64_Off GElf_Off; /* Offsets */
H A Dlibelf_convert.m4567 #define SWAP_OFF64(X) _SWAP_WORD64(X, Elf64_Off)
688 #define READ_OFF64(P,X) _READ_WORD64(P, X, Elf64_Off)
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h71 #define EC_OFF(a) ((Elf64_Off)(a)) /* "ull" */
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c149 dst->e_phoff = (Elf64_Off)src->e_phoff; in ehdr_to_gelf()
150 dst->e_shoff = (Elf64_Off)src->e_shoff; in ehdr_to_gelf()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2328 typedef uint64_t Elf64_Off; /* File offset. */ typedef
2426 Elf64_Off e_phoff; /* File offset to the PHDR table. */
2427 Elf64_Off e_shoff; /* File offset to the SHDRheader. */
2709 Elf64_Off p_offset; /* File offset to segment. */
2773 Elf64_Off sh_offset; /* file offset of section */
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c626 Elf64_Off off; in dump_elf64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1492 const Elf64_Off offset = sheader.sh_offset; in GetSectionHeaderInfo()