/external/elfutils/libasm/ |
libasm.h | 55 typedef int (*DisasmGetSymCB_t) (GElf_Addr, Elf32_Word, GElf_Addr, char **, 99 AsmSym_t *signature, Elf32_Word flags);
|
asm_newscngrp.c | 45 Elf32_Word flags;
|
libasmP.h | 229 Elf32_Word flags;
|
asm_end.c | 210 Elf32_Word ndx; 234 shdr->sh_entsize = sizeof (Elf32_Word); 235 shdr->sh_addralign = sizeof (Elf32_Word); 318 Elf32_Word *grpdata;
|
/external/elfutils/src/ |
strip.c | 395 Elf32_Word idx; /* Index in new file. */ 396 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ 397 Elf32_Word symtab_idx; 398 Elf32_Word version_idx; 399 Elf32_Word group_idx; 400 Elf32_Word group_cnt; 403 Elf32_Word *newsymidx; 614 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; 617 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); [all...] |
elflint.c | 537 if (data == NULL || data->d_size < sizeof (Elf32_Word)) 541 Elf32_Word *grpdata = (Elf32_Word *) data->d_buf; 542 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word); 544 if (grpdata[inner] == (Elf32_Word) idx) 591 Elf32_Word xndxscnidx = 0; 623 Elf32_Word xndx; [all...] |
ldgeneric.c | 84 const Elf32_Word *dblindirect); 104 const Elf32_Word *dblindirect); 107 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx, 656 Elf32_Word xndx; 804 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, 812 Elf32_Word *grpref; 825 grpref = (Elf32_Word *) data->d_buf; 826 cnt = data->d_size / sizeof (Elf32_Word); 852 mark_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, 858 Elf32_Word *grpref [all...] |
i386_ld.c | 69 const Elf32_Word *dblindirect) 85 const Elf32_Word *symindirect; 121 Elf32_Word si; 123 Elf32_Word xndx; 168 Elf32_Word toadd = file->scninfo[xndx].offset; 390 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr; 468 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size); 474 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6; 554 Elf32_Word r_sym = XELF_R_SYM (rel->r_info); 720 const Elf32_Word *dblindirect __attribute__ ((unused)) [all...] |
xelf.h | 43 # define XElf_Word Elf32_Word 44 # define XElf_Xword Elf32_Word 83 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0) 90 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2 154 case ELF_T_WORD: fsize = sizeof (Elf32_Word); break; \ 215 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0) 222 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
|
readelf.c | [all...] |
elfcmp.c | 662 const Elf32_Word *w1 = p1; 663 const Elf32_Word *w2 = p2; 740 CHECK_HASH (Elf32_Word);
|
/bionic/linker/ |
linker_phdr.h | 120 Elf32_Word* dynamic_flags);
|
/external/chromium_org/courgette/ |
encoded_program.h | 97 CheckBool GenerateElfRelocations(Elf32_Word pending_elf_relocation_table,
|
/frameworks/compile/mclinker/lib/LD/ |
ELFObjectReader.cpp | 132 llvm::ELF::Elf32_Word* value = 133 reinterpret_cast<llvm::ELF::Elf32_Word*>(region->start()); 135 size_t size = region->size() / sizeof(llvm::ELF::Elf32_Word);
|
/external/elfutils/tests/ |
update2.c | 124 phdr[0].p_align = sizeof (Elf32_Word);
|
update3.c | 173 phdr[0].p_align = sizeof (Elf32_Word);
|
/external/elfutils/libelf/ |
gelf.h | 243 Elf32_Word *__xshndx); 249 Elf32_Word __xshndx);
|
elf_getshstrndx.c | 102 Elf32_Word num;
|
elf_begin.c | 180 Elf32_Word size; 188 sizeof (Elf32_Word)); 190 if (unlikely (pread_retry (fildes, &size, sizeof (Elf32_Word), 193 != sizeof (Elf32_Word))) [all...] |
/art/compiler/ |
elf_writer_quick.cc | 74 // | Elf32_Word nbucket = 1 | 75 // | Elf32_Word nchain = 3 | 76 // | Elf32_Word bucket[0] = 0| 77 // | Elf32_Word chain[0] = 1| 78 // | Elf32_Word chain[1] = 2| 79 // | Elf32_Word chain[2] = 3| 123 uint32_t phdr_alignment = sizeof(llvm::ELF::Elf32_Word); 139 uint32_t dynsym_alignment = sizeof(llvm::ELF::Elf32_Word); 183 uint32_t hash_alignment = sizeof(llvm::ELF::Elf32_Word); // Even for 64-bit 189 uint32_t hash_size = sizeof(llvm::ELF::Elf32_Word) * HASH_NUM [all...] |
/frameworks/compile/mclinker/include/mcld/ADT/ |
SizeTraits.h | 55 typedef llvm::ELF::Elf32_Word Word;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_genc.c | 796 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ 801 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ 821 (Elf32_Word)sizeof(entry), /* sh_size */ 1062 sectionHeaders32[4].sh_size=(Elf32_Word)size; 1064 symbols32[1].st_size=(Elf32_Word)size; [all...] |
/external/icu4c/tools/toolutil/ |
pkg_genc.c | 798 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */ 803 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */ 823 (Elf32_Word)sizeof(entry), /* sh_size */ 1064 sectionHeaders32[4].sh_size=(Elf32_Word)size; 1066 symbols32[1].st_size=(Elf32_Word)size; [all...] |
/external/elfutils/libdwfl/ |
libdwflP.h | 265 Elf32_Word shndx,
|
offline.c | 65 Elf32_Word shndx,
|