Searched defs:file_offset (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-12-stable/contrib/binutils/include/aout/
H A Dranlib.h53 unsigned long file_offset; member in struct:symdef
/freebsd-12-stable/sys/i386/linux/
H A Dimgact_linux.c66 unsigned long virtual_offset, file_offset; local
/freebsd-12-stable/contrib/binutils/bfd/
H A Dbfdwin.c145 file_ptr file_offset, offset2; local
H A Dlibieee.h118 file_ptr file_offset; member in struct:__anon469
/freebsd-12-stable/sys/kern/
H A Dimgact_aout.c168 unsigned long file_offset; local
H A Dimgact_gzip.c63 u_long virtual_offset, file_offset, file_end, bss_size; member in struct:imgact_gzip
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h37 ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp44 const lldb::offset_t file_offset = 0; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h102 lldb::offset_t file_offset; member in struct:ObjectContainerBSDArchive::Object
H A DObjectContainerBSDArchive.cpp136 Archive(const lldb_private::ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, lldb_private::DataExtractor &data) argument
197 FindCachedArchive( const FileSpec &file, const ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset) argument
237 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const llvm::sys::TimePoint<> &time, lldb::offset_t file_offset, DataExtractor &data) argument
286 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
368 ObjectContainerBSDArchive( const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t file_offset, lldb::offset_t size) argument
445 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp62 CreateInstance( const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, const FileSpec *file, offset_t file_offset, offset_t length) argument
95 GetModuleSpecifications( const FileSpec &file, DataBufferSP &data_sp, offset_t data_offset, offset_t file_offset, offset_t length, ModuleSpecList &specs) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h141 void SetFileOffset(lldb::offset_t file_offset) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp201 const uint64_t file_offset = sect_file_offset + offset; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp63 CreateInstance(const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
83 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp153 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
174 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp123 lldb::offset_t file_offset = 0; local
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h256 ev_off_t file_offset; member in struct:evbuffer_file_segment
/freebsd-12-stable/contrib/libevent/
H A Devbuffer-internal.h256 ev_off_t file_offset; member in struct:evbuffer_file_segment
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp32 FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t file_size, DataBufferSP &data_sp, lldb::offset_t &data_offset) argument
207 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
230 GetModuleSpecifications( const lldb_private::FileSpec &file, lldb::DataBufferSP &data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
259 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, const lldb::DataBufferSP &data_sp, lldb::offset_t data_offset) argument
[all...]
/freebsd-12-stable/contrib/gdb/include/
H A Doasys.h62 file_ptr file_offset; member in struct:oasys_module_table
77 bfd_byte file_offset[4]; member in struct:oasys_extmodule_table_a
90 bfd_byte file_offset[4]; member in struct:oasys_extmodule_table_b
/freebsd-12-stable/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dfsync_integrity.c332 int file_offset = chunk_start + chunk_offset; local
H A Dtxg_integrity.c370 int file_offset = chunk_start + chunk_offset; local
/freebsd-12-stable/usr.bin/mkimg/
H A Dvhdx.c107 uint64_t file_offset; member in struct:vhdx_region_table_entry
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1088 const auto file_offset = matched_module_spec.GetObjectOffset(); local
1155 const auto file_offset = matched_module_spec.GetObjectOffset(); local
/freebsd-12-stable/sys/dev/xen/gntdev/
H A Dgntdev.c104 uint64_t file_offset; member in struct:file_offset_struct
121 struct file_offset_head file_offset; member in struct:per_user_data
129 get_file_offset(struct per_user_data *priv_user, uint32_t count, uint64_t *file_offset) argument
158 put_file_offset(struct per_user_data *priv_user, uint32_t count, uint64_t file_offset) argument
346 uint64_t file_offset; local
[all...]

Completed in 182 milliseconds

12