Home
last modified time | relevance | path

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

/third_party/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.c58 [SHT_REL] = ELF_T_REL,
91 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
Dgelf_xlate.c190 [ELF_T_REL] = ElfW2(Bits, cvt_Rel), \
Dlibelf.h102 ELF_T_REL, /* Relocation entry. */ enumerator
Delf32_updatenull.c248 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1); in __elfw2()
/third_party/elfutils/src/
Dobjdump.c404 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in show_relocs_rel()
Delflint.c1557 bool reldyn = check_reloc_shdr (ebl, ehdr, shdr, idx, ELF_T_REL, &destshdr, in check_rel()
1566 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in check_rel()
Dreadelf.c2049 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel()
/third_party/elfutils/libdwfl/
Drelocate.c626 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA, in relocate_section()