/external/syslinux/com32/include/sys/ |
D | elf32.h | 13 typedef uint32_t Elf32_Word; typedef 39 Elf32_Word r_info; 44 Elf32_Word r_info; 51 Elf32_Word st_name; 53 Elf32_Word st_size; 65 Elf32_Word e_version; 69 Elf32_Word e_flags; 81 Elf32_Word p_type; 85 Elf32_Word p_filesz; 86 Elf32_Word p_memsz; [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 12 typedef __u32 Elf32_Word; typedef 162 Elf32_Word r_info; 172 Elf32_Word r_info; 183 Elf32_Word st_name; 185 Elf32_Word st_size; 207 Elf32_Word e_version; 211 Elf32_Word e_flags; 244 Elf32_Word p_type; 248 Elf32_Word p_filesz; 249 Elf32_Word p_memsz; [all …]
|
/external/elfutils/src/ |
D | ld.h | 164 Elf32_Word outscnndx; 166 Elf32_Word allsectionsidx; 174 Elf32_Word grpid; 215 Elf32_Word symstridx; 217 Elf32_Word dynsymstridx; 226 Elf32_Word *symindirect; 227 Elf32_Word *dynsymindirect; 348 const Elf32_Word *); 360 void (*create_relocations) (struct ld_state *, const Elf32_Word *); 435 Elf32_Word symscndx; [all …]
|
D | strip.c | 428 Elf32_Word idx; /* Index in new file. */ in handle_elf() 429 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() 430 Elf32_Word symtab_idx; in handle_elf() 431 Elf32_Word version_idx; in handle_elf() 432 Elf32_Word group_idx; in handle_elf() 433 Elf32_Word group_cnt; in handle_elf() 436 Elf32_Word *newsymidx; in handle_elf() 669 || shdr_info[cnt].data->d_size < sizeof (Elf32_Word)) in handle_elf() 673 Elf32_Word *grpref = (Elf32_Word *) shdr_info[cnt].data->d_buf; in handle_elf() 676 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf() [all …]
|
D | elflint.c | 560 || data->d_size < sizeof (Elf32_Word)) in check_scn_group() 564 Elf32_Word *grpdata = (Elf32_Word *) data->d_buf; in check_scn_group() 565 for (size_t inner = 1; inner < data->d_size / sizeof (Elf32_Word); in check_scn_group() 567 if (grpdata[inner] == (Elf32_Word) idx) in check_scn_group() 614 Elf32_Word xndxscnidx = 0; in check_symtab() 647 Elf32_Word xndx; in check_symtab() 1934 if (shdr->sh_entsize != sizeof (Elf32_Word)) in check_symtab_shndx() 1975 if (*((Elf32_Word *) data->d_buf) != 0) in check_symtab_shndx() 1978 for (size_t cnt = 1; cnt < data->d_size / sizeof (Elf32_Word); ++cnt) in check_symtab_shndx() 1980 Elf32_Word xndx = ((Elf32_Word *) data->d_buf)[cnt]; in check_symtab_shndx() [all …]
|
D | ldgeneric.c | 76 const Elf32_Word *dblindirect); 96 const Elf32_Word *dblindirect); 99 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx, 646 Elf32_Word xndx; in check_definition() 794 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, in find_section_group() 802 Elf32_Word *grpref; in find_section_group() 815 grpref = (Elf32_Word *) data->d_buf; in find_section_group() 816 cnt = data->d_size / sizeof (Elf32_Word); in find_section_group() 842 mark_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, in mark_section_group() 848 Elf32_Word *grpref; in mark_section_group() [all …]
|
D | i386_ld.c | 61 const Elf32_Word *dblindirect) in elf_i386_relocate_section() 77 const Elf32_Word *symindirect; in elf_i386_relocate_section() 113 Elf32_Word si; in elf_i386_relocate_section() 115 Elf32_Word xndx; in elf_i386_relocate_section() 160 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section() 382 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr; in elf_i386_finalize_plt() 460 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size); in elf_i386_finalize_plt() 466 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6; in elf_i386_finalize_plt() 546 Elf32_Word r_sym = XELF_R_SYM (rel->r_info); in elf_i386_count_relocations() 712 const Elf32_Word *dblindirect __attribute__ ((unused))) in elf_i386_create_relocations() [all …]
|
D | xelf.h | 35 # define XElf_Word Elf32_Word 36 # define XElf_Xword Elf32_Word 75 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0) 82 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2 146 case ELF_T_WORD: fsize = sizeof (Elf32_Word); break; \ 207 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0) 214 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 34 typedef uint32_t Elf32_Word; typedef 67 Elf32_Word e_version; // Must be equal to 1 71 Elf32_Word e_flags; // Processor-specific flags 623 Elf32_Word sh_name; // Section name (index into string table) 624 Elf32_Word sh_type; // Section type (SHT_*) 625 Elf32_Word sh_flags; // Section flags (SHF_*) 628 Elf32_Word sh_size; // Size of section, in bytes 629 Elf32_Word sh_link; // Section type-specific header table index link 630 Elf32_Word sh_info; // Section type-specific extra information 631 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 34 typedef uint32_t Elf32_Word; typedef 67 Elf32_Word e_version; // Must be equal to 1 71 Elf32_Word e_flags; // Processor-specific flags 624 Elf32_Word sh_name; // Section name (index into string table) 625 Elf32_Word sh_type; // Section type (SHT_*) 626 Elf32_Word sh_flags; // Section flags (SHF_*) 629 Elf32_Word sh_size; // Size of section, in bytes 630 Elf32_Word sh_link; // Section type-specific header table index link 631 Elf32_Word sh_info; // Section type-specific extra information 632 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 33 typedef uint32_t Elf32_Word; typedef 66 Elf32_Word e_version; // Must be equal to 1 70 Elf32_Word e_flags; // Processor-specific flags 660 Elf32_Word sh_name; // Section name (index into string table) 661 Elf32_Word sh_type; // Section type (SHT_*) 662 Elf32_Word sh_flags; // Section flags (SHF_*) 665 Elf32_Word sh_size; // Size of section, in bytes 666 Elf32_Word sh_link; // Section type-specific header table index link 667 Elf32_Word sh_info; // Section type-specific extra information 668 Elf32_Word sh_addralign; // Section address alignment [all …]
|
/external/minijail/ |
D | elfparse.h | 37 Elf32_Word e_version; /* Object file version */ 41 Elf32_Word e_flags; /* Processor-specific flags */ 70 Elf32_Word p_type; /* Segment type */ 74 Elf32_Word p_filesz; /* Segment size in file */ 75 Elf32_Word p_memsz; /* Segment size in memory */ 76 Elf32_Word p_flags; /* Segment flags */ 77 Elf32_Word p_align; /* Segment alignment */
|
/external/kmod/port-gnu/ |
D | elf.h | 34 typedef uint32_t Elf32_Word; typedef 71 Elf32_Word e_version; /* Object file version */ 75 Elf32_Word e_flags; /* Processor-specific flags */ 274 Elf32_Word sh_name; /* Section name (string tbl index) */ 275 Elf32_Word sh_type; /* Section type */ 276 Elf32_Word sh_flags; /* Section flags */ 279 Elf32_Word sh_size; /* Section size in bytes */ 280 Elf32_Word sh_link; /* Link to another section */ 281 Elf32_Word sh_info; /* Additional section information */ 282 Elf32_Word sh_addralign; /* Section alignment */ [all …]
|
/external/elfutils/libelf/ |
D | elf.h | 35 typedef uint32_t Elf32_Word; typedef 72 Elf32_Word e_version; /* Object file version */ 76 Elf32_Word e_flags; /* Processor-specific flags */ 275 Elf32_Word sh_name; /* Section name (string tbl index) */ 276 Elf32_Word sh_type; /* Section type */ 277 Elf32_Word sh_flags; /* Section flags */ 280 Elf32_Word sh_size; /* Section size in bytes */ 281 Elf32_Word sh_link; /* Link to another section */ 282 Elf32_Word sh_info; /* Additional section information */ 283 Elf32_Word sh_addralign; /* Section alignment */ [all …]
|
D | gnuhash_xlate.h | 41 Elf32_Word *dest32 = dest; in elf_cvt_gnuhash() 42 const Elf32_Word *src32 = src; in elf_cvt_gnuhash() 53 Elf32_Word bitmask_words = encode ? src32[2] : dest32[2]; in elf_cvt_gnuhash() 67 src32 = (const Elf32_Word *) &src64[bitmask_words]; in elf_cvt_gnuhash() 68 dest32 = (Elf32_Word *) &dest64[bitmask_words]; in elf_cvt_gnuhash()
|
D | gelf_getsymshndx.c | 44 GElf_Sym *dst, Elf32_Word *dstshndx) in gelf_getsymshndx() 49 Elf32_Word shndx = 0; in gelf_getsymshndx() 68 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d)) in gelf_getsymshndx() 74 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; in gelf_getsymshndx()
|
D | gelf_update_symshndx.c | 44 GElf_Sym *src, Elf32_Word srcshndx) in gelf_update_symshndx() 49 Elf32_Word *shndx = NULL; in gelf_update_symshndx() 71 if (unlikely ((ndx + 1) * sizeof (Elf32_Word) > shndxdata_scn->d.d_size)) in gelf_update_symshndx() 77 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; in gelf_update_symshndx()
|
D | note_xlate.h | 39 Elf32_Word namesz = NOTE_ALIGN (n->n_namesz); in elf_cvt_note() 40 Elf32_Word descsz = NOTE_ALIGN (n->n_descsz); in elf_cvt_note()
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 64 Elf32_Word n_namesz; 65 Elf32_Word n_descsz; 66 Elf32_Word n_type; 98 Elf32_Word d_val;
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 158 typedef uint32_t Elf32_Word; typedef 175 Elf32_Word e_version; /* ELF format version. */ 179 Elf32_Word e_flags; /* Architecture-specific flags. */ 209 Elf32_Word p_type; /* Entry type. */ 215 Elf32_Word p_flags; /* Access permission flags. */
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 39 Elf32_Word max_align = sizeof(void*); // Min. align of posix_memalign() in load_segments() 192 Elf32_Word *dest = module_get_absolute(rel->r_offset, module); in perform_relocation() 195 Elf32_Word sym = ELF32_R_SYM(rel->r_info); in perform_relocation() 272 Elf32_Word plt_rel_size = 0; in resolve_symbols() 276 Elf32_Word rel_size = 0; in resolve_symbols() 277 Elf32_Word rel_entry = 0; in resolve_symbols()
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 547 Elf32_Word *group = (Elf32_Word *) data->d_buf; in main() 548 Elf32_Word *newgroup = (Elf32_Word *) newdata->d_buf; in main() 549 size_t words = data->d_size / sizeof (Elf32_Word); in main() 566 Elf32_Word *shndx = (Elf32_Word *) data->d_buf; in main() 567 Elf32_Word *newshndx = (Elf32_Word *) newdata->d_buf; in main() 568 size_t words = data->d_size / sizeof (Elf32_Word); in main()
|
/external/syslinux/com32/include/sys/i386/ |
D | module.h | 27 typedef Elf32_Word Elf_Word; 33 typedef Elf32_Word Elf_Bword;
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 47 default_elf_getsym (GElf_Addr addr, Elf32_Word scnndx, GElf_Addr value, in default_elf_getsym() 99 Elf32_Word xshndx; in read_symtab_exec() 144 Elf32_Word scnndx __attribute__ ((unused)), in null_elf_getsym()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 725 Elf32_Word nbuckets; in translate_offs() 726 Elf32_Word symndx; in translate_offs() 727 Elf32_Word maskwords; in translate_offs() 728 Elf32_Word shift2; in translate_offs() 736 Elf32_Word nbuckets = header->nbuckets; in translate_offs() 737 Elf32_Word symndx = header->symndx; in translate_offs() 740 * sizeof (Elf32_Word) in translate_offs() 746 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word)) in translate_offs() 751 nbuckets * sizeof (Elf32_Word), in translate_offs() 755 const Elf32_Word *const buckets = data->d_buf; in translate_offs() [all …]
|