Home
last modified time | relevance | path

Searched refs:Elf64_Word (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/sys/
H A Delf64.h221 Elf64_Word vd_hash;
222 Elf64_Word vd_aux;
223 Elf64_Word vd_next;
227 Elf64_Word vda_name;
228 Elf64_Word vda_next;
234 Elf64_Word vn_file;
235 Elf64_Word vn_aux;
236 Elf64_Word vn_next;
240 Elf64_Word vna_hash;
243 Elf64_Word vna_name;
[all …]
/dragonfly/contrib/file/src/
H A Dreadelf.h113 Elf64_Word e_version;
117 Elf64_Word e_flags;
187 Elf64_Word p_type;
188 Elf64_Word p_flags;
220 Elf64_Word sh_name;
221 Elf64_Word sh_type;
226 Elf64_Word sh_link;
227 Elf64_Word sh_info;
269 Elf64_Word n_namesz;
270 Elf64_Word n_descsz;
[all …]
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h2076 typedef uint32_t Elf64_Word; /* Unsigned integer. */ typedef
2173 Elf64_Word e_flags; /* Flags (EF_*). */
2202 Elf64_Word l_flags; /* Flags (LL_*). */
2426 Elf64_Word ri_pad; /* Padding. */
2449 Elf64_Word p_type; /* Type of segment. */
2450 Elf64_Word p_flags; /* Segment flags. */
2511 Elf64_Word sh_name; /* index of section name */
2512 Elf64_Word sh_type; /* section type */
2518 Elf64_Word sh_info; /* extra information */
2653 Elf64_Word vda_name; /* Index to name. */
[all …]
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h476 Elf64_Word p_flags; /* Segment flags. */
502 Elf64_Word sh_type; /* section type */
551 Elf64_Word vda_name; /* Index to name. */
969 +sizeof(Elf64_Word)+sizeof(Elf64_Addr)
984 [ELF_T_PHDR] = { .fsz64 = sizeof(Elf64_Word)+sizeof(Elf64_Word)
991 [ELF_T_SHDR] = { .fsz64 = sizeof(Elf64_Word)+sizeof(Elf64_Word)
994 +sizeof(Elf64_Word)+sizeof(Elf64_Word)
1926 Elf64_Word t, *d = (Elf64_Word *) (uintptr_t) dst; in _libelf_cvt_WORD_tom()
1929 if (dsz < count * sizeof(Elf64_Word)) in _libelf_cvt_WORD_tom()
1983 Elf64_Word aux, anext, cnt, vnext; in _libelf_cvt_VDEF64_tom()
[all …]
/dragonfly/contrib/binutils-2.34/libctf/
H A Delf.h30 typedef uint32_t Elf64_Word; typedef
53 Elf64_Word st_name; /* Symbol name (string tbl index) */
/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf.h39 typedef Elf64_Word GElf_Word; /* Unsigned words (32 bit) */