Searched refs:Elf64_Word (Results 1 – 6 of 6) sorted by relevance
49 typedef uint32_t Elf64_Word; typedef60 typedef Elf64_Word Elf64_Hashelt;74 Elf64_Word e_version; /* ELF format version. */78 Elf64_Word e_flags; /* Architecture-specific flags. */92 Elf64_Word sh_name; /* Section name (index into the94 Elf64_Word sh_type; /* Section type. */99 Elf64_Word sh_link; /* Index of a related section. */100 Elf64_Word sh_info; /* Depends on section type. */110 Elf64_Word p_type; /* Entry type. */111 Elf64_Word p_flags; /* Access permission flags. */[all …]
51 typedef uint32_t Elf64_Word; typedef113 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;[all …]
2076 typedef uint32_t Elf64_Word; /* Unsigned integer. */ typedef2169 Elf64_Word e_version; /* File format version (EV_*). */2173 Elf64_Word e_flags; /* Flags (EF_*). */2198 Elf64_Word l_name; /* The name of a shared object. */2199 Elf64_Word l_time_stamp; /* 32-bit timestamp. */2200 Elf64_Word l_checksum; /* Checksum of visible symbols, sizes. */2201 Elf64_Word l_version; /* Interface version string index. */2202 Elf64_Word l_flags; /* Flags (LL_*). */2284 Elf64_Word info; /* Kind-specific information. */2425 Elf64_Word ri_gprmask; /* Mask of general register used. */[all …]
414 typedef uint32_t Elf64_Word; /* Unsigned integer. */ typedef448 Elf64_Word e_version; /* File format version (EV_*). */452 Elf64_Word e_flags; /* Flags (EF_*). */475 Elf64_Word p_type; /* Type of segment. */476 Elf64_Word p_flags; /* Segment flags. */501 Elf64_Word sh_name; /* index of section name */502 Elf64_Word sh_type; /* section type */507 Elf64_Word sh_link; /* section header table link */508 Elf64_Word sh_info; /* extra information */517 Elf64_Word st_name; /* index of symbol's name */[all …]
30 typedef uint32_t Elf64_Word; typedef53 Elf64_Word st_name; /* Symbol name (string tbl index) */
39 typedef Elf64_Word GElf_Word; /* Unsigned words (32 bit) */