Home | History | Annotate | Download | only in src

Lines Matching full:symfile_size

1840                                      uintptr_t symfile_size) {
1842 malloc(sizeof(JITCodeEntry) + symfile_size));
1845 entry->symfile_size_ = symfile_size;
1846 memcpy(entry->symfile_addr_, symfile_addr, symfile_size);