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

1 2 3 4 5

  /bionic/linker/
linker_phdr.h 51 const Elf32_Phdr* loaded_phdr() { return loaded_phdr_; }
69 Elf32_Phdr* phdr_table_;
80 const Elf32_Phdr* loaded_phdr_;
83 Elf32_Addr phdr_table_get_load_size(const Elf32_Phdr* phdr, size_t phnum);
86 phdr_table_protect_segments(const Elf32_Phdr* phdr_table,
91 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table,
96 phdr_table_protect_gnu_relro(const Elf32_Phdr* phdr_table,
103 phdr_table_get_arm_exidx(const Elf32_Phdr* phdr_table,
111 phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table,
linker_phdr.cpp 52 We will ignore the p_paddr and p_align fields of Elf32_Phdr for now.
207 if (phdr_num_ < 1 || phdr_num_ > 65536/sizeof(Elf32_Phdr)) {
213 Elf32_Addr page_max = PAGE_END(header_.e_phoff + (phdr_num_ * sizeof(Elf32_Phdr)));
225 phdr_table_ = reinterpret_cast<Elf32_Phdr*>(reinterpret_cast<char*>(mmap_result) + page_offset);
235 Elf32_Addr phdr_table_get_load_size(const Elf32_Phdr* phdr_table,
242 const Elf32_Phdr* phdr = &phdr_table[i];
288 const Elf32_Phdr* phdr = &phdr_table_[i];
303 const Elf32_Phdr* phdr = &phdr_table_[i];
368 _phdr_table_set_load_prot(const Elf32_Phdr* phdr_table,
373 const Elf32_Phdr* phdr = phdr_table
    [all...]
  /system/core/libcorkscrew/arch-arm/
ptrace-arm.c 44 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_type), &elf_phdr_type)) {
50 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_offset),
52 || !try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_filesz),
  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 40 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_type), &elf_phdr_type)) {
45 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_offset),
  /bionic/libc/bionic/
libc_init_static.cpp 70 Elf32_Phdr* phdr_start = reinterpret_cast<Elf32_Phdr*>(getauxval(AT_PHDR));
73 for (Elf32_Phdr* phdr = phdr_start; phdr < (phdr_start + phdr_ct); phdr++) {
dl_iterate_phdr_static.c 51 Elf32_Phdr *phdr = (Elf32_Phdr *)((unsigned long)ehdr + ehdr->e_phoff);
  /development/ndk/platforms/android-3/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
elf.h 212 typedef struct elf32_phdr{ struct
221 } Elf32_Phdr;
350 #define elf_phdr elf32_phdr

Completed in 194 milliseconds

1 2 3 4 5