Searched refs:file_entry (Results 1 – 5 of 5) sorted by relevance
54 struct file_entry { struct63 struct file_entry *batch; argument81 #define lp_to_fe(p, _n) lws_list_ptr_container(p, struct file_entry, _n)90 struct file_entry *p1 = lp_to_fe(a, sorted), *p2 = lp_to_fe(b, sorted); in fe_modified_sort()278 struct file_entry *p; in lws_diskcache_trim()290 lds->batch = lws_malloc(sizeof(struct file_entry) * in lws_diskcache_trim()
192 struct file_entry { struct
1031 struct file_entry *block = malloc(sizeof(struct file_entry)); in write_file()1051 struct file_entry *block = malloc(sizeof(struct file_entry)); in write_file()2028 struct file_entry *block = queue_get(to_writer); in writer()
615 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset() local617 if (!file_entry.IsValid()) in ComputeLoadOffset()620 m_load_offset = virt_entry - file_entry.GetFileAddress(); in ComputeLoadOffset()
2815 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute() local2820 if (set_pc && !file_entry.IsValid()) { in DoExecute()2839 addr_t file_entry_addr = file_entry.GetLoadAddress(target); in DoExecute()