Home
last modified time | relevance | path

Searched refs:Elf32_Off (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Delf32.h45 typedef uint32_t Elf32_Off; typedef
49 typedef Elf32_Off Elf32_Hashelt;
61 Elf32_Off e_phoff; /* Program header file offset. */
62 Elf32_Off e_shoff; /* Section header file offset. */
82 Elf32_Off sh_offset; /* Offset in file. */
96 Elf32_Off p_offset; /* File offset of contents. */
/dragonfly/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;
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h2064 typedef uint32_t Elf32_Off; /* File offset. */ typedef
2152 Elf32_Off e_phoff; /* File offset to the PHDR table. */
2153 Elf32_Off e_shoff; /* File offset to the SHDRheader. */
2438 Elf32_Off p_offset; /* File offset to segment. */
2501 Elf32_Off sh_offset; /* file offset of section */
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m4550 #define SWAP_OFF32(X) _SWAP_WORD(X, Elf32_Off)
667 #define READ_OFF32(P,X) _READ_WORD(P, X, Elf32_Off)