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

  /external/elfutils/0.153/libelf/
gelf_getrel.c 80 if (unlikely (data_scn->d.d_type != ELF_T_REL))
gelf_update_rel.c 77 if (unlikely (data_scn->d.d_type != ELF_T_REL))
gelf_fsize.c 79 [ELF_T_REL] = sizeof (ElfW2(LIBELFBITS, Ext_Rel)), \
elf_getdata.c 82 [SHT_REL] = ELF_T_REL,
111 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
gelf_xlate.c 206 [ELF_T_REL] = ElfW2(Bits, cvt_Rel), \
libelf.h 70 ELF_T_REL, /* Relocation entry. */
elf32_updatenull.c 254 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
  /external/elfutils/0.153/src/
xelf.h 150 case ELF_T_REL: fsize = sizeof (Elf32_Rel); break; \
282 case ELF_T_REL: fsize = sizeof (Elf64_Rel); break; \
i386_ld.c 238 data->d_type = ELF_T_REL;
    [all...]
ldgeneric.c     [all...]
elflint.c     [all...]
  /external/ltrace/
ltrace-elf.c 520 if (relplt->d_type == ELF_T_REL) {
    [all...]

Completed in 66 milliseconds