Searched refs:ELF_T_MOVE (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/libelf/
H A Dgelf_getmove.c50 if (unlikely (data->d_type != ELF_T_MOVE))
H A Dgelf_update_move.c60 if (unlikely (data_scn->d.d_type != ELF_T_MOVE))
H A Dgelf_fsize.c68 [ELF_T_MOVE] = sizeof (ElfW2(LIBELFBITS, Ext_Move)), \
H A Delf_getdata.c73 [TYPEIDX (SHT_SUNW_move)] = ELF_T_MOVE,
104 [ELF_T_MOVE] = __alignof__ (ElfW2(Bits,Move)), \
H A Dgelf_xlate.c200 [ELF_T_MOVE] = ElfW2(Bits, cvt_Move), \
H A Dlibelf.h91 ELF_T_MOVE, /* Elf32_Move, Elf64_Move, ... */ enumerator in enum:__anon6154
H A Delf32_updatenull.c256 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_MOVE, 1);
/external/elfutils/src/
H A Dxelf.h155 case ELF_T_MOVE: fsize = sizeof (Elf32_Move); break; \
287 case ELF_T_MOVE: fsize = sizeof (Elf64_Move); break; \

Completed in 118 milliseconds