/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | reloc_ia32.c | 44 Elf32_Rel *rel = 0; in _relocate() 51 rel = (Elf32_Rel*) in _relocate() 93 rel = (Elf32_Rel*) ((char *) rel + relent); in _relocate()
|
/external/elfutils/libelf/ |
D | gelf_getrel.c | 66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_getrel() 73 Elf32_Rel *src = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_getrel()
|
D | gelf_update_rel.c | 62 Elf32_Rel *rel; in gelf_update_rel() 75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_update_rel() 81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_update_rel()
|
D | elf.h | 526 } Elf32_Rel; typedef
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 280 Elf32_Rel *crt_rel; in resolve_symbols() 324 crt_rel = (Elf32_Rel*)(rel + i*rel_entry); in resolve_symbols() 337 for (i = 0; i < plt_rel_size/sizeof(Elf32_Rel); i++) { in resolve_symbols() 338 crt_rel = (Elf32_Rel*)(plt_rel + i*sizeof(Elf32_Rel)); in resolve_symbols()
|
/external/syslinux/com32/tools/ |
D | relocs.c | 31 Elf32_Rel *reltab; 423 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) { in read_relocs() 424 Elf32_Rel *rel = &sec->reltab[j]; in read_relocs() 485 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) { in print_absolute_relocs() 486 Elf32_Rel *rel; in print_absolute_relocs() 533 static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym), in walk_relocs() 555 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) { in walk_relocs() 556 Elf32_Rel *rel; in walk_relocs() 629 static void count_reloc(Elf32_Rel *rel, Elf32_Sym *sym) in count_reloc() 639 static void collect_reloc(Elf32_Rel *rel, Elf32_Sym *sym) in collect_reloc()
|
/external/elfutils/src/ |
D | i386_ld.c | 228 size_t size = statep->nplt * sizeof (Elf32_Rel); in elf_i386_initialize_pltrel() 497 addr->push_imm = target_bswap_32 ((pltidx - 1) * sizeof (Elf32_Rel)); in elf_i386_finalize_plt() 503 assert (pltidx * sizeof (Elf32_Rel) <= reldata->d_size); in elf_i386_finalize_plt() 561 relsize += sizeof (Elf32_Rel); in elf_i386_count_relocations() 583 relsize += sizeof (Elf32_Rel); in elf_i386_count_relocations() 600 relsize += sizeof (Elf32_Rel); in elf_i386_count_relocations() 606 relsize += sizeof (Elf32_Rel); in elf_i386_count_relocations()
|
D | xelf.h | 40 # define XElf_Rel Elf32_Rel 96 # define XElf_Rel_vardef(name) Elf32_Rel *name 98 name = &((Elf32_Rel *) ((data)->d_buf))[idx] 100 name = &((Elf32_Rel *) ((data)->d_buf))[idx] 142 case ELF_T_REL: fsize = sizeof (Elf32_Rel); break; \
|
/external/syslinux/com32/include/sys/i386/ |
D | module.h | 32 typedef Elf32_Rel Elf_Rel;
|
/external/syslinux/com32/include/sys/ |
D | elf32.h | 40 } Elf32_Rel; typedef
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 163 } Elf32_Rel; typedef
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 124 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection() 125 static_assert(sizeof(Elf64_Rela) == 24 && sizeof(Elf32_Rel) == 8, in createRelocationSection()
|
D | IceELFSection.h | 381 Elf32_Rel Rel; in writeData()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 886 struct Elf32_Rel { struct
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 919 struct Elf32_Rel { struct
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 921 struct Elf32_Rel { struct
|
/external/valgrind/perf/ |
D | tinycc.c | 495 } Elf32_Rel; typedef 6517 vtop->c.ul = (cur_text_section->reloc->data_offset - sizeof(Elf32_Rel)); in gen_bounded_ptr_add() 6526 Elf32_Rel *rel; in gen_bounded_ptr_deref() 6554 rel = (Elf32_Rel *)(cur_text_section->reloc->data + vtop->c.ul); in gen_bounded_ptr_deref() 18354 Elf32_Rel *rel; in put_elf_reloc() 18363 sr->sh_entsize = sizeof(Elf32_Rel); in put_elf_reloc() 18368 rel = section_ptr_add(sr, sizeof(Elf32_Rel)); in put_elf_reloc() 18429 Elf32_Rel *rel, *rel_end; in sort_syms() 18468 rel_end = (Elf32_Rel *)(sr->data + sr->data_offset); in sort_syms() 18469 for(rel = (Elf32_Rel *)sr->data; in sort_syms() [all …]
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 965 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
|
/external/kmod/port-gnu/ |
D | elf.h | 525 } Elf32_Rel; typedef
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 695 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in CreateRelocationSections()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 208 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const Section… in relocateSymbol() 391 … const Elf32_Rel &relocation = ((const Elf32_Rel*)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage()
|