HomeSort by relevance Sort by last modified time
    Searched full:__libelf_version (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libelf/
elf_version.c 29 unsigned int __libelf_version = EV_CURRENT; variable
37 return __libelf_version;
42 unsigned int last_version = __libelf_version;
45 __libelf_version = version;
elf_newdata.c 81 result->data.d.d_version = __libelf_version;
elf32_updatefile.c 105 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
142 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
180 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
242 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
377 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR];
427 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR];
486 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR];
539 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type];
elf_getdata.c 120 size_t align = shtype_map[__libelf_version - 1][eclass - 1][type].align;
158 fp = __elf_xfctstom[version - 1][__libelf_version - 1][eclass - 1][type];
231 entsize = shtype_map[__libelf_version - 1][elf->class - 1][TYPEIDX (type)].size;
308 shtype_map[__libelf_version - 1][elf->class - 1][TYPEIDX (type)].type;
428 convert_data (scn, __libelf_version, elf->class,
libelfP.h 377 elfw2(class,fsize) (type, n, __libelf_version)
384 extern unsigned int __libelf_version attribute_hidden;

Completed in 137 milliseconds