/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
elfclass.h | 6 # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
elfclass.h | 6 # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
elfclass.h | 6 # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
|
/external/elfutils/libdwfl/ |
link_map.c | 79 uint_fast8_t *elfclass, uint_fast8_t *elfdata) 131 *elfclass = ELFCLASS64; 137 *elfclass = ELFCLASS32; 144 *elfclass = ELFCLASS32; 252 addrsize (uint_fast8_t elfclass) 254 return elfclass * 4; 267 report_r_debug (uint_fast8_t elfclass, uint_fast8_t elfdata, 273 GElf_Addr read_vaddr = r_debug_vaddr + addrsize (elfclass); 288 size_t nb = n * addrsize (elfclass); /* Address words -> bytes to read. */ 312 if (elfclass == ELFCLASS32 637 uint_fast8_t elfclass = ELFCLASSNONE; local [all...] |
/external/elfutils/libelf/ |
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, LIBELFBITS) - 1][ELF_T_EHDR [all...] |
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];
|
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];
|
elf32_fsize.c | 85 * __libelf_type_sizes[version - 1][ELFW(ELFCLASS,LIBELFBITS) - 1][type]); 88 * __libelf_type_sizes[0][ELFW(ELFCLASS,LIBELFBITS) - 1][type]);
|
elf32_getehdr.c | 89 elf->class = ELFW(ELFCLASS,LIBELFBITS); 91 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
elf32_newehdr.c | 83 elf->class = ELFW(ELFCLASS,LIBELFBITS); 84 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
elf32_newphdr.c | 85 elf->class = ELFW(ELFCLASS,LIBELFBITS); 86 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
elf32_getphdr.c | 83 elf->class = ELFW(ELFCLASS,LIBELFBITS); 84 else if (elf->class != ELFW(ELFCLASS,LIBELFBITS))
|
elf32_getshdr.c | 233 if (unlikely (scn->elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
/external/elfutils/src/ |
objdump.c | 365 int elfclass = gelf_getclass (ebl->elf); local 385 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 394 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 411 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 421 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 438 int elfclass = gelf_getclass (ebl->elf); local 458 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 467 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 484 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset, 494 elfclass == ELFCLASS32 ? 8 : 16, rel->r_offset 543 int elfclass = gelf_getclass (ebl->elf); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
link.h | 35 #include <bits/elfclass.h> /* Defines __ELF_NATIVE_CLASS. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
link.h | 35 #include <bits/elfclass.h> /* Defines __ELF_NATIVE_CLASS. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
link.h | 35 #include <bits/elfclass.h> /* Defines __ELF_NATIVE_CLASS. */
|
/development/ndk/platforms/android-3/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
exec_elf.h | 562 #define ELFCLASS ELFCLASS32 588 #define ELFCLASS ELFCLASS64
|