Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Delf.h29 typedef __u32 Elf64_Word; typedef
162 Elf64_Word st_name; /* Symbol name, index in string tbl */
194 Elf64_Word e_version;
198 Elf64_Word e_flags;
225 Elf64_Word p_type;
226 Elf64_Word p_flags;
283 Elf64_Word sh_name; /* Section name, index in string tbl */
284 Elf64_Word sh_type; /* Type of section */
289 Elf64_Word sh_link; /* Index of another section */
290 Elf64_Word sh_info; /* Additional section information */
[all …]
/external/elfutils/libelf/
Delf.h36 typedef uint32_t Elf64_Word; typedef
89 Elf64_Word e_version; /* Object file version */
93 Elf64_Word e_flags; /* Processor-specific flags */
281 Elf64_Word sh_name; /* Section name (string tbl index) */
282 Elf64_Word sh_type; /* Section type */
287 Elf64_Word sh_link; /* Link to another section */
288 Elf64_Word sh_info; /* Additional section information */
384 Elf64_Word st_name; /* Symbol name (string tbl index) */
544 Elf64_Word p_type; /* Segment type */
545 Elf64_Word p_flags; /* Segment flags */
[all …]
Dgelf.h35 typedef Elf64_Word GElf_Word;
Delf_begin.c164 Elf64_Word size; in get_shnum()
166 if (pread (fildes, &size, sizeof (Elf64_Word), in get_shnum()
169 != sizeof (Elf64_Word)) in get_shnum()
/external/qemu/
Delf.h19 typedef uint32_t Elf64_Word; typedef
990 Elf64_Word st_name; /* Symbol name, index in string tbl */
1022 Elf64_Word e_version;
1026 Elf64_Word e_flags;
1053 Elf64_Word p_type;
1054 Elf64_Word p_flags;
1117 Elf64_Word sh_name; /* Section name, index in string tbl */
1118 Elf64_Word sh_type; /* Type of section */
1123 Elf64_Word sh_link; /* Index of another section */
1124 Elf64_Word sh_info; /* Additional section information */
[all …]
/external/llvm/test/FrontendC/
D2009-01-21-InvalidIterator.c8 typedef uint32_t Elf64_Word; typedef
14 Elf64_Word p_type;
/external/elfutils/libebl/
Deblopenbackend.c133 static const char *default_machine_flag_name (Elf64_Word *ignore);
134 static bool default_machine_flag_check (Elf64_Word flags);
372 default_machine_flag_name (Elf64_Word *ignore) in default_machine_flag_name()
378 default_machine_flag_check (Elf64_Word flags) in default_machine_flag_check()
Deblmachineflagcheck.c25 Elf64_Word flags;
Dlibebl_mips.h37 extern const char *mips_machine_flag_name (Elf64_Word *flags);
Deblmachineflagname.c27 Elf64_Word flags;
Dmips_symbol.c170 mips_machine_flag_name (Elf64_Word *flags) in mips_machine_flag_name()
/external/llvm/include/llvm/Support/
DELF.h40 typedef uint32_t Elf64_Word; typedef
593 Elf64_Word st_name; // Symbol name (index into string table)
730 Elf64_Word p_type; // Type of segment
731 Elf64_Word p_flags; // Segment flags
/external/elfutils/src/
Dxelf.h163 # define XElf_Word Elf64_Word
274 case ELF_T_WORD: fsize = sizeof (Elf64_Word); break; \
/external/valgrind/main/perf/
Dtinycc.c120 typedef uint32_t Elf64_Word; typedef
173 Elf64_Word e_version; /* Object file version */
177 Elf64_Word e_flags; /* Processor-specific flags */
316 Elf64_Word sh_name; /* Section name (string tbl index) */
317 Elf64_Word sh_type; /* Section type */
322 Elf64_Word sh_link; /* Link to another section */
323 Elf64_Word sh_info; /* Additional section information */
388 Elf64_Word st_name; /* Symbol name (string tbl index) */
550 Elf64_Word p_type; /* Segment type */
551 Elf64_Word p_flags; /* Segment flags */
[all …]
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c89 # define ElfXX_Word Elf64_Word