Home
last modified time | relevance | path

Searched refs:Elf64_Xword (Results 1 – 22 of 22) sorted by relevance

/external/kernel-headers/original/uapi/linux/
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_size; /* Size of section in bytes */
[all …]
/external/elfutils/src/libelf/
Dgnuhash_xlate.h56 Elf64_Xword *dest64 = (Elf64_Xword *) &dest32[4]; in elf_cvt_gnuhash()
57 const Elf64_Xword *src64 = (const Elf64_Xword *) &src32[4]; in elf_cvt_gnuhash()
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_filesz; /* Segment size in file */
[all …]
Delf_getdata.c174 Elf64_Xword size; in __libelf_set_rawdata_wrlock()
175 Elf64_Xword align; in __libelf_set_rawdata_wrlock()
Dgelf.h51 typedef Elf64_Xword GElf_Xword;
Delf_begin.c201 Elf64_Xword size; in get_shnum()
217 sizeof (Elf64_Xword)); in get_shnum()
222 != sizeof (Elf64_Xword))) in get_shnum()
DChangeLog80 and align as Elf64_Off and Elf64_Xword not size_t.
/external/llvm/include/llvm/Support/
DELF.h42 typedef uint64_t Elf64_Xword; typedef
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); in setSymbolAndType()
878 Elf64_Xword r_info; // Symbol table index and type of relocation to apply.
890 r_info = ((Elf64_Xword)s << 32) + (t&0xffffffffL); in setSymbolAndType()
[all …]
/external/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c9 typedef uint64_t Elf64_Xword; typedef
17 Elf64_Xword p_align;
/external/elfutils/src/backends/
Dalpha_init.c67 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
Ds390_init.c77 eh->sysvhash_entrysize = sizeof (Elf64_Xword);
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c932 (Elf64_Xword)(2*sizeof(Elf64_Sym)), /* sh_size */ in writeObjectCode()
937 (Elf64_Xword)(sizeof(Elf64_Sym)) /* sh_entsize */ in writeObjectCode()
957 (Elf64_Xword)sizeof(entry), /* sh_size */ in writeObjectCode()
1101 sectionHeaders64[4].sh_size=(Elf64_Xword)size; in writeObjectCode()
1103 symbols64[1].st_size=(Elf64_Xword)size; in writeObjectCode()
/external/google-breakpad/src/common/android/include/
Delf.h106 Elf64_Xword d_val;
/external/elfutils/src/src/
Delflint.c2025 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in check_sysv_hash64()
2026 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in check_sysv_hash64()
2047 Elf64_Xword *buf = (Elf64_Xword *) data->d_buf; in check_sysv_hash64()
2048 Elf64_Xword *end = (Elf64_Xword *) ((char *) data->d_buf + shdr->sh_size); in check_sysv_hash64()
2116 Elf64_Xword *p64; in check_gnu_hash()
2264 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in check_hash()
2361 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; in compare_hash_gnu_hash()
2362 Elf64_Xword nbucket = hasharr[0]; in compare_hash_gnu_hash()
2363 const Elf64_Xword *bucket = &hasharr[2]; in compare_hash_gnu_hash()
2364 const Elf64_Xword *chain = &hasharr[2 + nbucket]; in compare_hash_gnu_hash()
[all …]
Dstrip.c1543 == sizeof (Elf64_Xword)); in handle_elf()
1545 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf()
1554 Elf64_Xword nbucket = bucket[0]; in handle_elf()
1556 Elf64_Xword *chain = bucket + nbucket; in handle_elf()
1560 * sizeof (Elf64_Xword)); in handle_elf()
1566 * sizeof (Elf64_Xword)); in handle_elf()
Delfcmp.c820 const Elf64_Xword *w1 = p1; in compare_Elf64_Xword()
821 const Elf64_Xword *w2 = p2; in compare_Elf64_Xword()
892 CHECK_HASH (Elf64_Xword); in hash_content_equivalent()
Dxelf.h168 # define XElf_Xword Elf64_Xword
279 case ELF_T_XWORD: fsize = sizeof (Elf64_Xword); break; \
Dreadelf.c3047 if (unlikely (data->d_size < 2 * sizeof (Elf64_Xword))) in handle_sysv_hash64()
3055 Elf64_Xword nbucket = ((Elf64_Xword *) data->d_buf)[0]; in handle_sysv_hash64()
3056 Elf64_Xword nchain = ((Elf64_Xword *) data->d_buf)[1]; in handle_sysv_hash64()
3058 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64()
3064 Elf64_Xword *bucket = &((Elf64_Xword *) data->d_buf)[2]; in handle_sysv_hash64()
3065 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64()
3071 for (Elf64_Xword cnt = 0; cnt < nbucket; ++cnt) in handle_sysv_hash64()
3073 Elf64_Xword inner = bucket[cnt]; in handle_sysv_hash64()
3214 if (ebl_sysvhash_entrysize (ebl) == sizeof (Elf64_Xword)) in handle_hash()
Dunstrip.c486 CONVERT_HASH (Elf64_Xword); in adjust_relocs()
/external/valgrind/VEX/unused/
Dlinker.c576 Elf64_Xword *pP = (Elf64_Xword *)P; in do_Elf_Rela_relocations()
/external/valgrind/VEX/switchback/
Dlinker.c676 Elf64_Xword *pP = (Elf64_Xword *)P;
/external/valgrind/perf/
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_memsz; /* Segment size in memory */
[all …]