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

  /external/elfutils/libelf/
gelf_getrela.c 47 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_update_rela.c 44 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_fsize.c 47 [ELF_T_RELA] = sizeof (ElfW2(LIBELFBITS, Ext_Rela)), \
gelf_xlate.c 153 [ELF_T_RELA] = ElfW2(Bits, cvt_Rela), \
libelf.h 36 ELF_T_RELA, /* Relocation entry with addend. */
elf32_updatenull.c 190 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
elf_getdata.c 67 [SHT_RELA] = { ELF_T_RELA, sizeof (ElfW2(Bits,Rela)) \
  /external/elfutils/src/
xelf.h 137 case ELF_T_RELA: fsize = sizeof (Elf32_Rela); break; \
269 case ELF_T_RELA: fsize = sizeof (Elf64_Rela); break; \
ldgeneric.c     [all...]
elflint.c 1056 if (shdr->sh_entsize != gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT))
    [all...]

Completed in 53 milliseconds