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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp453 Address file_entry = exe->GetEntryPointAddress(); local
455 if (!file_entry.IsValid())
458 m_load_offset = virt_entry - file_entry.GetFileAddress();
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h192 struct file_entry { struct
H A Dunsquashfs.c1031 struct file_entry *block = malloc(sizeof(struct file_entry));
1051 struct file_entry *block = malloc(sizeof(struct file_entry));
2028 struct file_entry *block = queue_get(to_writer);
2266 * we will have a file_entry for each open file.

Completed in 143 milliseconds