Searched refs:ELF_T_REL (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_getrel.c | 50 if (unlikely (data_scn->d.d_type != ELF_T_REL)) in gelf_getrel()
|
D | gelf_update_rel.c | 50 if (unlikely (data_scn->d.d_type != ELF_T_REL)) in gelf_update_rel()
|
D | gelf_fsize.c | 56 [ELF_T_REL] = sizeof (ElfW2(LIBELFBITS, Ext_Rel)), \
|
D | elf_getdata.c | 59 [SHT_REL] = ELF_T_REL, 93 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
|
D | gelf_xlate.c | 185 [ELF_T_REL] = ElfW2(Bits, cvt_Rel), \
|
D | libelf.h | 102 ELF_T_REL, /* Relocation entry. */ enumerator
|
D | elf32_updatenull.c | 246 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1); in __elfw2()
|
/external/elfutils/src/ |
D | objdump.c | 405 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in show_relocs_rel()
|
D | elflint.c | 1554 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()
|
D | readelf.c | 1934 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 624 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA, in relocate_section()
|