Home
last modified time | relevance | path

Searched refs:ELF_T_REL (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libelf/
Dgelf_getrel.c50 if (unlikely (data_scn->d.d_type != ELF_T_REL)) in gelf_getrel()
Dgelf_update_rel.c50 if (unlikely (data_scn->d.d_type != ELF_T_REL)) in gelf_update_rel()
Dgelf_fsize.c56 [ELF_T_REL] = sizeof (ElfW2(LIBELFBITS, Ext_Rel)), \
Delf_getdata.c59 [SHT_REL] = ELF_T_REL,
93 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
Dgelf_xlate.c185 [ELF_T_REL] = ElfW2(Bits, cvt_Rel), \
Dlibelf.h102 ELF_T_REL, /* Relocation entry. */ enumerator
Delf32_updatenull.c246 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1); in __elfw2()
/external/elfutils/src/
Dobjdump.c405 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in show_relocs_rel()
Delflint.c1554 bool reldyn = check_reloc_shdr (ebl, ehdr, shdr, idx, ELF_T_REL, &destshdr, in check_rel()
1563 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in check_rel()
Dreadelf.c1934 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel()
/external/elfutils/libdwfl/
Drelocate.c624 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA, in relocate_section()