Searched refs:Elf32_Off (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Delf32.h40 typedef uint32_t Elf32_Off; typedef
61 Elf32_Off e_phoff; /* Program header file offset. */
62 Elf32_Off e_shoff; /* Section header file offset. */
94 Elf32_Off sh_offset; /* Offset in file. */
108 Elf32_Off p_offset; /* File offset of contents. */
/freebsd-11.0-release/contrib/file/src/
H A Dreadelf.h42 typedef uint32_t Elf32_Off; typedef
98 Elf32_Off e_phoff;
99 Elf32_Off e_shoff;
177 Elf32_Off p_offset;
211 Elf32_Off sh_offset;
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DELF.h32 typedef uint32_t Elf32_Off; // File offset typedef in namespace:llvm::ELF
69 Elf32_Off e_phoff; // Program header table's file offset, in bytes
70 Elf32_Off e_shoff; // Section header table's file offset, in bytes
615 Elf32_Off sh_offset; // File offset of section data, in bytes
976 Elf32_Off p_offset; // File offset where segment is located, in bytes
/freebsd-11.0-release/contrib/elftoolchain/common/
H A Delfdefinitions.h2256 typedef uint32_t Elf32_Off; /* File offset. */ typedef
2344 Elf32_Off e_phoff; /* File offset to the PHDR table. */
2345 Elf32_Off e_shoff; /* File offset to the SHDRheader. */
2630 Elf32_Off p_offset; /* File offset to segment. */
2693 Elf32_Off sh_offset; /* file offset of section */
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c525 Elf32_Off off;

Completed in 191 milliseconds