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

  /external/elfutils/libelf/
elf_getdata_rawchunk.c 155 (*__elf_xfctstom[LIBELF_EV_IDX][LIBELF_EV_IDX][elf->class - 1][type])
elf_getdata.c 134 return shtype_map[LIBELF_EV_IDX][TYPEIDX (sh_type)];
277 Elf_Type t = shtype_map[LIBELF_EV_IDX][TYPEIDX (type)];
282 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t];
libelfP.h 438 # define LIBELF_EV_IDX 0
440 # define LIBELF_EV_IDX (__libelf_version - 1)
448 (__libelf_type_aligns[LIBELF_EV_IDX][class - 1][type] ?: 1)

Completed in 249 milliseconds