Searched defs:Elf64_Word (Results 1 - 7 of 7) sorted by last modified time

/external/valgrind/main/perf/
H A 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_flag
[all...]
/external/qemu/include/
H A Delf.h19 typedef uint32_t Elf64_Word; typedef
1233 Elf64_Word st_name; /* Symbol name, index in string tbl */
1270 Elf64_Word e_version;
1274 Elf64_Word e_flags;
1301 Elf64_Word p_type;
1302 Elf64_Word p_flags;
1365 Elf64_Word sh_name; /* Section name, index in string tbl */
1366 Elf64_Word sh_type; /* Type of section */
1371 Elf64_Word sh_link; /* Index of another section */
1372 Elf64_Word sh_inf
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h40 typedef uint32_t Elf64_Word; typedef in namespace:llvm::ELF
91 Elf64_Word e_version;
95 Elf64_Word e_flags;
1234 Elf64_Word sh_name;
1235 Elf64_Word sh_type;
1240 Elf64_Word sh_link;
1241 Elf64_Word sh_info;
1430 Elf64_Word st_name; // Symbol name (index into string table)
1533 Elf64_Word getSymbol() const { return (r_info >> 32); }
1534 Elf64_Word getTyp
[all...]
/external/kernel-headers/original/uapi/linux/
H A Delf.h20 typedef __u32 Elf64_Word; typedef
192 Elf64_Word st_name; /* Symbol name, index in string tbl */
224 Elf64_Word e_version;
228 Elf64_Word e_flags;
255 Elf64_Word p_type;
256 Elf64_Word p_flags;
313 Elf64_Word sh_name; /* Section name, index in string tbl */
314 Elf64_Word sh_type; /* Type of section */
319 Elf64_Word sh_link; /* Index of another section */
320 Elf64_Word sh_inf
[all...]
/external/elfutils/0.153/libelf/
H A Delf.h41 typedef uint32_t Elf64_Word; typedef
94 Elf64_Word e_version; /* Object file version */
98 Elf64_Word e_flags; /* Processor-specific flags */
289 Elf64_Word sh_name; /* Section name (string tbl index) */
290 Elf64_Word sh_type; /* Section type */
295 Elf64_Word sh_link; /* Link to another section */
296 Elf64_Word sh_info; /* Additional section information */
394 Elf64_Word st_name; /* Symbol name (string tbl index) */
556 Elf64_Word p_type; /* Segment type */
557 Elf64_Word p_flag
[all...]
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c8 typedef uint32_t Elf64_Word; typedef
14 Elf64_Word p_type;
/external/chromium_org/third_party/libvpx/include/
H A Delf.h52 typedef uint32_t Elf64_Word; typedef
213 Elf64_Word st_name;
248 Elf64_Word e_version;
253 Elf64_Word e_flags;
281 Elf64_Word p_type;
282 Elf64_Word p_flags;
343 Elf64_Word sh_name;
345 Elf64_Word sh_type;
351 Elf64_Word sh_link;
352 Elf64_Word sh_inf
[all...]

Completed in 3216 milliseconds