Searched refs:find_base_address (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.h51 uintptr_t find_base_address(int fd, ELF_EHDR* ehdr);
H A Dsalibelf.c105 uintptr_t find_base_address(int fd, ELF_EHDR* ehdr) { function
H A Dsymtab.c85 baseaddr = find_base_address(fd, &ehdr);
H A Dps_core.c911 lib_base = lib_base_diff + find_base_address(lib_fd, &elf_ehdr);
999 (uintptr_t)0 + find_base_address(ph->core->exec_fd, &exec_ehdr)) == NULL)
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.h51 uintptr_t find_base_address(int fd, ELF_EHDR* ehdr);
H A Dsalibelf.c104 uintptr_t find_base_address(int fd, ELF_EHDR* ehdr) { function
H A Dps_core.c904 lib_base = lib_base_diff + find_base_address(lib_fd, &elf_ehdr);
993 (uintptr_t)0 + find_base_address(ph->core->exec_fd, &exec_ehdr)) == NULL)
H A Dsymtab.c350 baseaddr = find_base_address(fd, &ehdr);

Completed in 46 milliseconds