HomeSort by relevance Sort by last modified time
    Searched full:elf_shdr (Results 1 - 25 of 26) sorted by null

1 2

  /external/kernel-headers/original/asm-arm/
module.h 9 #define Elf_Shdr Elf32_Shdr
  /bionic/libc/kernel/arch-arm/asm/
module.h 20 #define Elf_Shdr Elf32_Shdr
  /bionic/libc/kernel/arch-sh/asm/
module.h 19 #define Elf_Shdr Elf32_Shdr
  /bionic/libc/kernel/arch-x86/asm/
module_32.h 19 #define Elf_Shdr Elf32_Shdr
  /development/ndk/platforms/android-3/arch-arm/include/asm/
module.h 20 #define Elf_Shdr Elf32_Shdr
  /development/ndk/platforms/android-5/arch-x86/include/asm/
module_32.h 19 #define Elf_Shdr Elf32_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
module.h 20 #define Elf_Shdr Elf32_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
module.h 20 #define Elf_Shdr Elf32_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
module.h 20 #define Elf_Shdr Elf32_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
module_32.h 19 #define Elf_Shdr Elf32_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
module.h 20 #define Elf_Shdr Elf32_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
module_32.h 19 #define Elf_Shdr Elf32_Shdr
  /external/kernel-headers/original/asm-x86/
module_32.h 9 #define Elf_Shdr Elf32_Shdr
  /external/qemu/
elf_ops.h 30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr)
52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table,
103 struct elf_shdr *symtab, *strtab, *shdr_table = NULL;
110 sizeof(struct elf_shdr) * ehdr->e_shnum);
loader.c 288 #undef elf_shdr macro
298 #define elf_shdr elf64_shdr macro
  /external/qemu/elff/
elf_file.cc 362 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec =
363 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
439 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section =
440 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>(sec_table_);
449 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
elf.h 207 struct Elf_SHdr {
243 typedef Elf_SHdr<Elf32_Addr, Elf32_Off> Elf32_SHdr;
245 typedef Elf_SHdr<Elf64_Addr, Elf64_Off> Elf64_SHdr;
  /bionic/libc/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr

Completed in 3176 milliseconds

1 2