Searched refs:ELF_T_REL (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/libelf/
H A Dgelf_getrel.c50 if (unlikely (data_scn->d.d_type != ELF_T_REL))
H A Dgelf_update_rel.c50 if (unlikely (data_scn->d.d_type != ELF_T_REL))
H A Dgelf_fsize.c58 [ELF_T_REL] = sizeof (ElfW2(LIBELFBITS, Ext_Rel)), \
H A Delf_getdata.c61 [SHT_REL] = ELF_T_REL,
97 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
H A Dgelf_xlate.c187 [ELF_T_REL] = ElfW2(Bits, cvt_Rel), \
H A Dlibelf.h78 ELF_T_REL, /* Relocation entry. */ enumerator in enum:__anon6154
H A Delf32_updatenull.c250 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
/external/elfutils/src/
H A Dxelf.h142 case ELF_T_REL: fsize = sizeof (Elf32_Rel); break; \
274 case ELF_T_REL: fsize = sizeof (Elf64_Rel); break; \
H A Dobjdump.c417 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT);
H A Di386_ld.c230 data->d_type = ELF_T_REL;
H A Dldgeneric.c2503 ? xelf_fsize (ld_state.outelf, ELF_T_REL, 1)
2625 ? xelf_fsize (ld_state.outelf, ELF_T_REL, 1)
4502 ? ELF_T_REL : ELF_T_RELA);
4758 int type = head->type == SHT_REL ? ELF_T_REL : ELF_T_RELA;
6800 ? xelf_fsize (ld_state.outelf, ELF_T_REL, 1)
H A Delflint.c1537 bool reldyn = check_reloc_shdr (ebl, ehdr, shdr, idx, ELF_T_REL, &destshdr,
1546 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT);
H A Dreadelf.c1837 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT);
/external/elfutils/libdwfl/
H A Drelocate.c587 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA,

Completed in 813 milliseconds