Searched refs:ELFCLASS (Results 1 - 13 of 13) sorted by relevance
/external/elfutils/libelf/ |
H A D | elf32_xlatetof.c | 77 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; 79 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; 128 fctp = __elf_xfctstom[dest->d_version - 1][src->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; 130 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
|
H A D | elf32_xlatetom.c | 77 size_t recsize = __libelf_type_sizes[src->d_version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; 79 size_t recsize = __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][src->d_type]; 129 fctp = __elf_xfctstom[src->d_version - 1][dest->d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type]; 131 fctp = __elf_xfctstom[0][0][ELFW(ELFCLASS, LIBELFBITS) - 1][src->d_type];
|
H A D | elf32_fsize.c | 85 * __libelf_type_sizes[version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][type]); 88 * __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][type]);
|
H A D | elf32_getehdr.c | 89 elf->class = ELFW(ELFCLASS,LIBELFBITS); 91 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
H A D | elf32_newehdr.c | 83 elf->class = ELFW(ELFCLASS,LIBELFBITS); 84 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
H A D | elf32_updatefile.c | 148 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]; 151 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR] 186 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR]; 189 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_PHDR] 222 xfct_t shdr_fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR]; 225 # define shdr_fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_SHDR] 337 fctp = __elf_xfctstom[__libelf_version - 1][dl->data.d.d_version - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type]; 340 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][dl->data.d.d_type] 493 fctp = __elf_xfctstom[__libelf_version - 1][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBITS) - 1][ELF_T_EHDR]; 496 # define fctp __elf_xfctstom[0][EV_CURRENT - 1][ELFW(ELFCLASS, LIBELFBIT [all...] |
H A D | elf32_newphdr.c | 85 elf->class = ELFW(ELFCLASS,LIBELFBITS); 86 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
H A D | elf32_getphdr.c | 83 elf->class = ELFW(ELFCLASS,LIBELFBITS); 84 else if (elf->class != ELFW(ELFCLASS,LIBELFBITS))
|
H A D | elf32_getshdr.c | 233 if (unlikely (scn->elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
H A D | elf32_updatenull.c | 83 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
|
H A D | libelfP.h | 439 (__libelf_type_sizes[EV_CURRENT - 1][ELFW(ELFCLASS,class) - 1][type] * n)
|
/external/valgrind/main/VEX/switchback/ |
H A D | linker.c | 178 #define ELFCLASS ELFCLASS64 193 #define ELFCLASS ELFCLASS32 944 if (ehdr->e_ident[EI_CLASS] != ELFCLASS) {
|
/external/valgrind/main/VEX/unused/ |
H A D | linker.c | 114 #define ELFCLASS ELFCLASS64 macro 129 #define ELFCLASS ELFCLASS32 macro 786 if (ehdr->e_ident[EI_CLASS] != ELFCLASS) {
|
Completed in 314 milliseconds