Home
last modified time | relevance | path

Searched refs:__libelf_version (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libelf/
Delf_version.c41 unsigned int __libelf_version = EV_CURRENT; variable
48 return __libelf_version; in elf_version()
53 unsigned int last_version = __libelf_version; in elf_version()
56 __libelf_version = version; in elf_version()
Delf32_updatefile.c149 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
195 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
243 …xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS)… in __elfw2()
361 …fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) -… in __elfw2()
536 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
595 …fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_… in __elfw2()
655 …xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS)… in __elfw2()
746 …fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) -… in __elfw2()
DlibelfP.h421 elfw2(class,fsize) (type, n, __libelf_version)
428 extern unsigned int __libelf_version attribute_hidden;
440 # define LIBELF_EV_IDX (__libelf_version - 1)
Delf_newdata.c120 result->data.d.d_version = __libelf_version; in elf_newdata()
Delf_getdata_rawchunk.c175 chunk->data.d.d_version = __libelf_version; in elf_getdata_rawchunk()
Delf_getdata.c194 fp = __elf_xfctstom[version - 1][__libelf_version - 1][eclass - 1][type]; in convert_data()
423 convert_data (scn, __libelf_version, elf->class, in __libelf_set_data_list_rdlock()
Delf_compress.c304 scn->rawdata.d.d_version = __libelf_version; in __libelf_reset_rawdata()