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 80 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_update_rela.c 77 if (unlikely (data_scn->d.d_type != ELF_T_RELA))
gelf_fsize.c 80 [ELF_T_RELA] = sizeof (ElfW2(LIBELFBITS, Ext_Rela)), \
elf_getdata.c 79 [SHT_RELA] = ELF_T_RELA,
112 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
gelf_xlate.c 205 [ELF_T_RELA] = ElfW2(Bits, cvt_Rela), \
libelf.h 69 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 149 case ELF_T_RELA: fsize = sizeof (Elf32_Rela); break; \
281 case ELF_T_RELA: fsize = sizeof (Elf64_Rela); break; \
ldgeneric.c     [all...]
elflint.c     [all...]

Completed in 246 milliseconds