HomeSort by relevance Sort by last modified time
    Searched refs:ELF_T_RELA (Results 1 - 13 of 13) sorted by null

  /external/elfutils/libelf/
gelf_getrela.c 50 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_update_rela.c 50 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_fsize.c 59 [ELF_T_RELA] = sizeof (ElfW2(LIBELFBITS, Ext_Rela)), \
elf_getdata.c 58 [SHT_RELA] = ELF_T_RELA,
98 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
gelf_xlate.c 186 [ELF_T_RELA] = ElfW2(Bits, cvt_Rela), \
libelf.h 77 ELF_T_RELA, /* Relocation entry with addend. */
elf32_updatenull.c 230 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
  /external/elfutils/src/
xelf.h 141 case ELF_T_RELA: fsize = sizeof (Elf32_Rela); break; \
273 case ELF_T_RELA: fsize = sizeof (Elf64_Rela); break; \
objdump.c 438 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT);
ldgeneric.c     [all...]
elflint.c     [all...]
readelf.c     [all...]
  /external/elfutils/libdwfl/
relocate.c 587 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA,

Completed in 468 milliseconds