Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dreloc_ia32.c44 Elf32_Rel *rel = 0; in _relocate()
51 rel = (Elf32_Rel*) in _relocate()
93 rel = (Elf32_Rel*) ((char *) rel + relent); in _relocate()
/external/elfutils/libelf/
Dgelf_getrel.c66 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()
Dgelf_update_rel.c62 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()
Delf.h526 } Elf32_Rel; typedef
/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c280 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/
Drelocs.c31 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/
Di386_ld.c228 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()
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; \
/external/syslinux/com32/include/sys/i386/
Dmodule.h32 typedef Elf32_Rel Elf_Rel;
/external/syslinux/com32/include/sys/
Delf32.h40 } Elf32_Rel; typedef
/external/kernel-headers/original/uapi/linux/
Delf.h163 } Elf32_Rel; typedef
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp124 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()
DIceELFSection.h381 Elf32_Rel Rel; in writeData()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h886 struct Elf32_Rel { struct
/external/llvm/include/llvm/Support/
DELF.h919 struct Elf32_Rel { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h921 struct Elf32_Rel { struct
/external/valgrind/perf/
Dtinycc.c495 } 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/
DELFObjectWriter.cpp965 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
/external/kmod/port-gnu/
Delf.h525 } Elf32_Rel; typedef
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp695 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in CreateRelocationSections()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp208 …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()