Searched refs:Elf32_Rel (Results 1 - 21 of 21) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dreloc_ia32.c44 Elf32_Rel *rel = 0;
51 rel = (Elf32_Rel*)
93 rel = (Elf32_Rel*) ((char *) rel + relent);
/external/syslinux/com32/include/sys/i386/
H A Dmodule.h32 typedef Elf32_Rel Elf_Rel;
/external/elfutils/libelf/
H A Dgelf_getrel.c66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d))
73 Elf32_Rel *src = &((Elf32_Rel *) data_scn->d.d_buf)[ndx];
H A Dgelf_update_rel.c62 Elf32_Rel *rel;
75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d))
81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx];
H A Delf.h526 } Elf32_Rel; typedef in typeref:struct:__anon6221
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c280 Elf32_Rel *crt_rel;
324 crt_rel = (Elf32_Rel*)(rel + i*rel_entry);
337 for (i = 0; i < plt_rel_size/sizeof(Elf32_Rel); i++) {
338 crt_rel = (Elf32_Rel*)(plt_rel + i*sizeof(Elf32_Rel));
/external/syslinux/com32/include/sys/
H A Delf32.h40 } Elf32_Rel; typedef in typeref:struct:elf32_rel
/external/syslinux/com32/tools/
H A Drelocs.c31 Elf32_Rel *reltab;
423 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) {
424 Elf32_Rel *rel = &sec->reltab[j];
485 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) {
486 Elf32_Rel *rel;
533 static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym),
555 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) {
556 Elf32_Rel *rel;
629 static void count_reloc(Elf32_Rel *rel, Elf32_Sym *sym)
639 static void collect_reloc(Elf32_Rel *re
[all...]
/external/elfutils/src/
H A Dxelf.h40 # 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; \
H A Di386_ld.c228 size_t size = statep->nplt * sizeof (Elf32_Rel);
497 addr->push_imm = target_bswap_32 ((pltidx - 1) * sizeof (Elf32_Rel));
503 assert (pltidx * sizeof (Elf32_Rel) <= reldata->d_size);
561 relsize += sizeof (Elf32_Rel);
583 relsize += sizeof (Elf32_Rel);
600 relsize += sizeof (Elf32_Rel);
606 relsize += sizeof (Elf32_Rel);
/external/kernel-headers/original/uapi/linux/
H A Delf.h163 } Elf32_Rel; typedef in typeref:struct:elf32_rel
/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.h381 Elf32_Rel Rel;
H A DIceELFObjectWriter.cpp124 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel);
125 static_assert(sizeof(Elf64_Rela) == 24 && sizeof(Elf32_Rel) == 8,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h886 struct Elf32_Rel { struct in namespace:llvm::ELF
/external/valgrind/perf/
H A Dtinycc.c495 } Elf32_Rel; typedef in typeref:struct:__anon25463
6519 vtop->c.ul = (cur_text_section->reloc->data_offset - sizeof(Elf32_Rel));
6528 Elf32_Rel *rel;
6556 rel = (Elf32_Rel *)(cur_text_section->reloc->data + vtop->c.ul);
18356 Elf32_Rel *rel;
18365 sr->sh_entsize = sizeof(Elf32_Rel);
18370 rel = section_ptr_add(sr, sizeof(Elf32_Rel));
18431 Elf32_Rel *rel, *rel_end;
18470 rel_end = (Elf32_Rel *)(sr->data + sr->data_offset);
18471 for(rel = (Elf32_Rel *)s
[all...]
/external/llvm/include/llvm/Support/
H A DELF.h919 struct Elf32_Rel { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h921 struct Elf32_Rel { struct
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp965 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel);
/external/kmod/port-gnu/
H A Delf.h525 } Elf32_Rel; typedef in typeref:struct:__anon9461
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp695 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel);
/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp208 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionHeader &relocationTable)
391 const Elf32_Rel &relocation = ((const Elf32_Rel*)(elfImage + sectionHeader[i].sh_offset))[index];

Completed in 5864 milliseconds