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

/freebsd-10.0-release/sys/compat/svr4/
H A Dimgact_svr4.c68 unsigned long virtual_offset, file_offset; local
/freebsd-10.0-release/contrib/binutils/include/aout/
H A Dranlib.h53 unsigned long file_offset; member in struct:symdef
/freebsd-10.0-release/sys/i386/linux/
H A Dimgact_linux.c66 unsigned long virtual_offset, file_offset; local
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfdwin.c145 file_ptr file_offset, offset2; local
H A Dlibieee.h118 file_ptr file_offset; member in struct:__anon258
H A Dbfd-in.h294 file_ptr file_offset; /* Look here to find the file. */ member in struct:carsym
H A Decoff.c2936 unsigned int name_offset, file_offset; local
2975 unsigned int name_offset, file_offset; local
3761 unsigned int file_offset; local
[all...]
H A Dbfd-in2.h301 file_ptr file_offset; /* Look here to find the file. */ member in struct:carsym
/freebsd-10.0-release/sys/kern/
H A Dimgact_aout.c168 unsigned long file_offset; local
H A Dimgact_gzip.c61 u_long virtual_offset, file_offset, file_end, bss_size; member in struct:imgact_gzip
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h50 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-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp218 const uint64_t file_offset = sect_file_offset + offset; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h176 SetFileOffset (lldb::offset_t file_offset) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp31 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
187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
212 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
238 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset ) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp94 lldb::offset_t file_offset = 0; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp18 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const 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 flags) argument
48 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, const 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 flags) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp183 ObjectContainerBSDArchive::Archive::FindCachedArchive (const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset) argument
106 Archive( const lldb_private::ArchSpec &arch, const lldb_private::TimeValue &time, lldb::offset_t file_offset, lldb_private::DataExtractor &data ) argument
225 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset, DataExtractor &data ) argument
297 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
391 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
509 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-10.0-release/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-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp764 FileSpec::MemoryMapFileContents(off_t file_offset, size_t file_size) const argument
791 FileSpec::ReadFileContents (off_t file_offset, void *dst, size_t dst_len, Error *error_ptr) const argument
828 FileSpec::ReadFileContents (off_t file_offset, size_t file_size, Error *error_ptr) const argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcoffread.c1340 enter_linenos(long file_offset, int first_line, int last_line, struct objfile *objfile) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp177 CreateInstance(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 length) argument
303 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
395 ObjectFileELF(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
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_misc.c245 unsigned long file_offset; local
/freebsd-10.0-release/sys/dev/usb/storage/
H A Dustorage_fs.c943 uint64_t file_offset; local
1376 uint64_t file_offset; local
1428 uint64_t file_offset; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dmips-tfile.c1496 static unsigned long file_offset = 0; /* current file offset */ variable
[all...]
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h307 file_ptr file_offset; /* Look here to find the file. */ member in struct:carsym

Completed in 433 milliseconds