Searched defs:Elf64_Xword (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c9 typedef uint64_t Elf64_Xword; typedef
17 Elf64_Xword p_align;
/external/kernel-headers/original/uapi/linux/
H A Delf.h21 typedef __u64 Elf64_Xword; typedef
148 Elf64_Xword d_val;
167 Elf64_Xword r_info; /* index and type of relocation */
178 Elf64_Xword r_info; /* index and type of relocation */
197 Elf64_Xword st_size; /* Associated symbol size */
260 Elf64_Xword p_filesz; /* Segment size in file */
261 Elf64_Xword p_memsz; /* Segment size in memory */
262 Elf64_Xword p_align; /* Segment alignment, file & memory */
315 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
318 Elf64_Xword sh_siz
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h42 typedef uint64_t Elf64_Xword; typedef in namespace:llvm::ELF
558 Elf64_Xword sh_flags;
561 Elf64_Xword sh_size;
564 Elf64_Xword sh_addralign;
565 Elf64_Xword sh_entsize;
757 Elf64_Xword st_size; // Size of the symbol
860 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
871 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL);
878 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
890 r_info = ((Elf64_Xword)
[all...]
/external/elfutils/src/libelf/
H A Delf.h43 typedef uint64_t Elf64_Xword; typedef
290 Elf64_Xword sh_flags; /* Section flags */
293 Elf64_Xword sh_size; /* Section size in bytes */
296 Elf64_Xword sh_addralign; /* Section alignment */
297 Elf64_Xword sh_entsize; /* Entry size if section holds table */
398 Elf64_Xword st_size; /* Symbol size */
510 Elf64_Xword r_info; /* Relocation type and symbol index */
525 Elf64_Xword r_info; /* Relocation type and symbol index */
537 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
560 Elf64_Xword p_files
[all...]
/external/valgrind/perf/
H A Dtinycc.c126 typedef uint64_t Elf64_Xword; typedef
318 Elf64_Xword sh_flags; /* Section flags */
321 Elf64_Xword sh_size; /* Section size in bytes */
324 Elf64_Xword sh_addralign; /* Section alignment */
325 Elf64_Xword sh_entsize; /* Entry size if section holds table */
393 Elf64_Xword st_size; /* Symbol size */
505 Elf64_Xword r_info; /* Relocation type and symbol index */
520 Elf64_Xword r_info; /* Relocation type and symbol index */
555 Elf64_Xword p_filesz; /* Segment size in file */
556 Elf64_Xword p_mems
[all...]

Completed in 166 milliseconds