Searched refs:ELF_T_SWORD (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/backends/
H A Ds390_symbol.c48 return ELF_T_SWORD;
H A Dtilegx_symbol.c49 return ELF_T_SWORD;
H A Dx86_64_symbol.c52 return ELF_T_SWORD;
H A Dx86_64_corenote.c116 #define TYPE_PID_T ELF_T_SWORD
117 #define TYPE_UID_T ELF_T_SWORD
118 #define TYPE_GID_T ELF_T_SWORD
H A Di386_symbol.c57 return ELF_T_SWORD;
H A Dtilegx_corenote.c60 #define TYPE_PID_T ELF_T_SWORD
H A Darm_corenote.c52 .name = "orig_r0", .type = ELF_T_SWORD, .format = 'd', \
72 #define TYPE_PID_T ELF_T_SWORD
H A Dsparc_corenote.c89 # define TYPE_LONG ELF_T_SWORD
111 #define TYPE_PID_T ELF_T_SWORD
H A Dalpha_corenote.c66 #define TYPE_PID_T ELF_T_SWORD
H A Dppc_corenote.c105 # define TYPE_LONG ELF_T_SWORD
118 #define TYPE_PID_T ELF_T_SWORD
H A Di386_corenote.c80 #define TYPE_PID_T ELF_T_SWORD
86 .name = "orig_eax", .type = ELF_T_SWORD, .format = 'd', \
H A Ds390_corenote.c107 # define TYPE_LONG ELF_T_SWORD
128 #define TYPE_PID_T ELF_T_SWORD
H A Dsh_corenote.c68 #define TYPE_PID_T ELF_T_SWORD
H A Daarch64_corenote.c51 #define TYPE_PID_T ELF_T_SWORD
H A Dlinux-core-note.c45 #define TYPE_INT ELF_T_SWORD
/external/elfutils/libelf/
H A Dgelf_fsize.c52 [ELF_T_SWORD] = ELFW2(LIBELFBITS, FSZ_SWORD), \
H A Dgelf_xlate.c189 [ELF_T_SWORD] = ElfW2(Bits, cvt_Sword), \
H A Dlibelf.h80 ELF_T_SWORD, /* Elf32_Sword, Elf64_Sword, ... */ enumerator in enum:__anon6154
H A Delf_getdata.c91 [ELF_T_SWORD] = __alignof__ (ElfW2(Bits,Sword)), \
/external/elfutils/src/
H A Dxelf.h144 case ELF_T_SWORD: fsize = sizeof (Elf32_Sword); break; \
276 case ELF_T_SWORD: fsize = sizeof (Elf64_Sword); break; \

Completed in 626 milliseconds