/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/ |
bfd.h | 200 typedef unsigned char bfd_byte; typedef 702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/ |
bfd.h | 207 typedef unsigned char bfd_byte; typedef 715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/ |
bfd.h | 200 typedef unsigned char bfd_byte; typedef 702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/ |
bfd.h | 207 typedef unsigned char bfd_byte; typedef 715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/ |
bfd.h | 200 typedef unsigned char bfd_byte; typedef 702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/ |
bfd.h | 207 typedef unsigned char bfd_byte; typedef 715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/ |
bfd.h | 200 typedef unsigned char bfd_byte; typedef 702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/ |
bfd.h | 207 typedef unsigned char bfd_byte; typedef 715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/ |
bfd.h | 200 typedef unsigned char bfd_byte; typedef 702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/ |
bfd.h | 207 typedef unsigned char bfd_byte; typedef 715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, [all...] |
/external/oprofile/libutil++/ |
bfd_support.cpp | 107 reinterpret_cast<bfd_byte *>(contents + crc_offset));
|
/external/qemu/ |
arm-dis.c | [all...] |
i386-dis.c | 158 static int fetch_data2(struct disassemble_info *, bfd_byte *); 159 static int fetch_data(struct disassemble_info *, bfd_byte *); 225 bfd_byte *max_fetched; 226 bfd_byte the_buffer[MAX_MNEM_SIZE]; 285 fetch_data2(struct disassemble_info *info, bfd_byte *addr) 314 fetch_data(struct disassemble_info *info, bfd_byte *addr) [all...] |
mips-dis.c | [all...] |
ppc-dis.c | [all...] |