Searched refs:ELF_PHDR (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Delfmacros.h33 #define ELF_PHDR Elf64_Phdr macro
46 #define ELF_PHDR Elf32_Phdr macro
H A Dsalibelf.h40 ELF_PHDR* read_program_header_table(int fd, ELF_EHDR* hdr);
H A Dsalibelf.c48 ELF_PHDR* read_program_header_table(int fd, ELF_EHDR* hdr) {
49 ELF_PHDR* phbuf = 0;
53 if ((phbuf = (ELF_PHDR*) malloc(nbytes)) == NULL) {
108 ELF_PHDR *phbuf, *phdr;
H A Dps_proc.c223 ELF_PHDR *phdrs, *phdr;
242 ehdr.e_phentsize != sizeof(ELF_PHDR) ||
249 /* allocate space for all ELF_PHDR's and read */
252 hdrs_size = ehdr.e_phnum * sizeof(ELF_PHDR);
H A Dps_core.c603 static bool core_handle_note(struct ps_prochandle* ph, ELF_PHDR* note_phdr) {
653 ELF_PHDR* phbuf = NULL;
654 ELF_PHDR* core_php = NULL;
710 ELF_PHDR* phbuf;
711 ELF_PHDR* lib_php = NULL;
754 ELF_PHDR* phbuf = NULL;
755 ELF_PHDR* exec_php = NULL;
H A Dsymtab.c67 ELF_PHDR* phbuf = NULL;
/openjdk7/hotspot/agent/src/os/linux/
H A Delfmacros.h31 #define ELF_PHDR Elf64_Phdr macro
43 #define ELF_PHDR Elf32_Phdr macro
H A Dsalibelf.h40 ELF_PHDR* read_program_header_table(int fd, ELF_EHDR* hdr);
H A Dsalibelf.c47 ELF_PHDR* read_program_header_table(int fd, ELF_EHDR* hdr) {
48 ELF_PHDR* phbuf = 0;
52 if ((phbuf = (ELF_PHDR*) malloc(nbytes)) == NULL) {
107 ELF_PHDR *phbuf, *phdr;
H A Dps_core.c597 static bool core_handle_note(struct ps_prochandle* ph, ELF_PHDR* note_phdr) {
647 ELF_PHDR* phbuf = NULL;
648 ELF_PHDR* core_php = NULL;
704 ELF_PHDR* phbuf;
705 ELF_PHDR* lib_php = NULL;
748 ELF_PHDR* phbuf = NULL;
749 ELF_PHDR* exec_php = NULL;
H A Dsymtab.c333 ELF_PHDR* phbuf = NULL;
334 ELF_PHDR* phdr = NULL;

Completed in 41 milliseconds