Home
last modified time | relevance | path

Searched refs:file_entry (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/lib/misc/
Ddiskcache.c54 struct file_entry { struct
63 struct file_entry *batch; argument
81 #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()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h192 struct file_entry { struct
Dunsquashfs.c1031 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()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp615 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset() local
617 if (!file_entry.IsValid()) in ComputeLoadOffset()
620 m_load_offset = virt_entry - file_entry.GetFileAddress(); in ComputeLoadOffset()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2815 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute() local
2820 if (set_pc && !file_entry.IsValid()) { in DoExecute()
2839 addr_t file_entry_addr = file_entry.GetLoadAddress(target); in DoExecute()