Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp453 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset() local
455 if (!file_entry.IsValid()) in ComputeLoadOffset()
458 m_load_offset = virt_entry - file_entry.GetFileAddress(); in ComputeLoadOffset()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h188 struct file_entry { struct
Dunsquashfs.c1026 struct file_entry *block = malloc(sizeof(struct file_entry)); in write_file()
1046 struct file_entry *block = malloc(sizeof(struct file_entry)); in write_file()
2023 struct file_entry *block = queue_get(to_writer); in writer()