Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 24 of 24) sorted by relevance

/external/elfutils/libelf/
DlibelfP.h355 Elf32_Phdr *phdr; /* Pointer to the program header array. */
527 extern Elf32_Phdr *__elf32_getphdr_internal (Elf *__elf) attribute_hidden;
529 extern Elf32_Phdr *__elf32_getphdr_wrlock (Elf *__elf) attribute_hidden;
531 extern Elf32_Phdr *__elf32_newphdr_internal (Elf *__elf, size_t __cnt)
Dlibelf.h248 extern Elf32_Phdr *elf32_getphdr (Elf *__elf);
253 extern Elf32_Phdr *elf32_newphdr (Elf *__elf, size_t __cnt);
Dgelf_update_phdr.c79 Elf32_Phdr *phdr = elf->state.elf32.phdr; in gelf_update_phdr()
Dgelf_getphdr.c90 Elf32_Phdr *phdr = elf->state.elf32.phdr;
Delf_begin.c316 & (__alignof__ (Elf32_Phdr) - 1)) == 0))) in file_read_elf()
326 = (Elf32_Phdr *) ((char *) ehdr + ehdr->e_phoff); in file_read_elf()
Delf.h553 } Elf32_Phdr; typedef
/external/elfutils/libdwfl/
Delf-from-memory.c150 if (phentsize != sizeof (Elf32_Phdr) || phnum == 0) in elf_from_remote_memory()
205 Elf32_Phdr p32[phnum]; in elf_from_remote_memory()
Dlink_map.c59 #define PROBE_VAL32 sizeof (Elf32_Phdr)
706 Elf32_Phdr p32; in dwfl_link_map_report()
725 Elf32_Phdr p32[phnum]; in dwfl_link_map_report()
Ddwfl_segment_report_module.c207 if (phentsize != sizeof (Elf32_Phdr)) in dwfl_segment_report_module()
249 Elf32_Phdr p32[phnum]; in dwfl_segment_report_module()
/external/elfutils/tests/
Dnewfile.c164 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
Dupdate2.c46 Elf32_Phdr *phdr; in main()
Dupdate3.c48 Elf32_Phdr *phdr; in main()
Dupdate4.c49 Elf32_Phdr *phdr; in main()
/external/grub/stage2/
Di386-elf.h175 Elf32_Phdr; typedef
Dboot.c593 Elf32_Phdr *phdr; in load_image()
601 phdr = (Elf32_Phdr *) in load_image()
/external/kernel-headers/original/linux/
Delf.h222 } Elf32_Phdr; typedef
/external/elfutils/src/
Dxelf.h61 # define XElf_Phdr_vardef(name) Elf32_Phdr *name
148 case ELF_T_PHDR: fsize = sizeof (Elf32_Phdr); break; \
Delflint.c479 if (ehdr->e_phentsize != 0 && ehdr->e_phentsize != sizeof (Elf32_Phdr)) in check_elf_header()
/external/llvm/include/llvm/Support/
DELF.h982 struct Elf32_Phdr { struct
/external/qemu/
Delf.h1050 } Elf32_Phdr; typedef
/external/valgrind/main/VEX/unused/
Dlinker.c134 #define Elf_Phdr Elf32_Phdr
/external/valgrind/main/VEX/switchback/
Dlinker.c198 #define Elf_Phdr Elf32_Phdr
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c73 # define ElfXX_Phdr Elf32_Phdr
/external/valgrind/main/perf/
Dtinycc.c546 } Elf32_Phdr; typedef
19221 Elf32_Phdr *phdr, *ph; in tcc_output_file()
19459 phdr = tcc_mallocz(phnum * sizeof(Elf32_Phdr)); in tcc_output_file()
19462 file_offset = sizeof(Elf32_Ehdr) + phnum * sizeof(Elf32_Phdr); in tcc_output_file()
19674 ehdr.e_phentsize = sizeof(Elf32_Phdr); in tcc_output_file()
19787 dummy_size_t = fwrite(phdr, 1, phnum * sizeof(Elf32_Phdr), f); in tcc_output_file()
19788 offset = sizeof(Elf32_Ehdr) + phnum * sizeof(Elf32_Phdr); in tcc_output_file()