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

  /external/elfutils/backends/
s390_symbol.c 48 return ELF_T_SWORD;
tilegx_symbol.c 49 return ELF_T_SWORD;
x86_64_symbol.c 52 return ELF_T_SWORD;
x86_64_corenote.c 116 #define TYPE_PID_T ELF_T_SWORD
117 #define TYPE_UID_T ELF_T_SWORD
118 #define TYPE_GID_T ELF_T_SWORD
i386_symbol.c 57 return ELF_T_SWORD;
tilegx_corenote.c 60 #define TYPE_PID_T ELF_T_SWORD
arm_corenote.c 52 .name = "orig_r0", .type = ELF_T_SWORD, .format = 'd', \
72 #define TYPE_PID_T ELF_T_SWORD
sparc_corenote.c 89 # define TYPE_LONG ELF_T_SWORD
111 #define TYPE_PID_T ELF_T_SWORD
alpha_corenote.c 66 #define TYPE_PID_T ELF_T_SWORD
ppc_corenote.c 105 # define TYPE_LONG ELF_T_SWORD
118 #define TYPE_PID_T ELF_T_SWORD
i386_corenote.c 80 #define TYPE_PID_T ELF_T_SWORD
86 .name = "orig_eax", .type = ELF_T_SWORD, .format = 'd', \
s390_corenote.c 107 # define TYPE_LONG ELF_T_SWORD
128 #define TYPE_PID_T ELF_T_SWORD
sh_corenote.c 68 #define TYPE_PID_T ELF_T_SWORD
aarch64_corenote.c 51 #define TYPE_PID_T ELF_T_SWORD
linux-core-note.c 45 #define TYPE_INT ELF_T_SWORD
  /external/elfutils/libelf/
gelf_fsize.c 52 [ELF_T_SWORD] = ELFW2(LIBELFBITS, FSZ_SWORD), \
gelf_xlate.c 189 [ELF_T_SWORD] = ElfW2(Bits, cvt_Sword), \
libelf.h 80 ELF_T_SWORD, /* Elf32_Sword, Elf64_Sword, ... */
elf_getdata.c 91 [ELF_T_SWORD] = __alignof__ (ElfW2(Bits,Sword)), \
  /external/elfutils/src/
xelf.h 144 case ELF_T_SWORD: fsize = sizeof (Elf32_Sword); break; \
276 case ELF_T_SWORD: fsize = sizeof (Elf64_Sword); break; \

Completed in 106 milliseconds