Searched defs:offset (Results 326 - 350 of 2357) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp114 int32_t offset = symbol.getOffset(); local
141 int32_t offset = symbol.getOffset(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp36 lldb::offset_t offset = 0; local
74 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp108 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { argument
116 uint32_t DataEncoder::PutU16(uint32_t offset, uint16_t value) { argument
128 PutU32(uint32_t offset, uint32_t value) argument
140 PutU64(uint32_t offset, uint64_t value) argument
152 PutUnsigned(uint32_t offset, uint32_t byte_size, uint64_t value) argument
169 PutData(uint32_t offset, const void *src, uint32_t src_len) argument
181 PutAddress(uint32_t offset, lldb::addr_t addr) argument
185 PutCString(uint32_t offset, const char *cstr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp220 addr_t offset = load_addr - pos_load_addr; local
234 addr_t offset = load_addr - rpos->first; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp36 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp65 lldb::offset_t offset = 0; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp26 static void FindInfoForStackVar(uptr addr, const char *frame_descr, uptr offset, argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp37 unsigned long offset; member in struct:__sanitizer::s390_mmap_params
29 internal_mmap(void *addr, uptr length, int prot, int flags, int fd, u64 offset) argument
H A Dsanitizer_procmaps.h53 uptr offset; member in class:__sanitizer::MemoryMappedSegment
H A Dsanitizer_stacktrace_printer.cpp253 RenderModuleLocation(InternalScopedString *buffer, const char *module, uptr offset, ModuleArch arch, const char *strip_path_prefix) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp62 int offset = idx * kNumMutexes / n_threads; local
/freebsd-11-stable/contrib/serf/buckets/
H A Diovec_buckets.c35 int offset; member in struct:__anon68
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_file.c154 apr_bucket_file_make(apr_bucket *b, apr_file_t *fd, apr_off_t offset, apr_size_t len, apr_pool_t *p) argument
174 apr_bucket_file_create(apr_file_t *fd, apr_off_t offset, apr_size_t len, apr_pool_t *p, apr_bucket_alloc_t *list) argument
/freebsd-11-stable/contrib/sendmail/rmail/
H A Drmail.c99 off_t offset; local
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c100 _dwarf_abbrev_parse(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Unsigned *offset, argument
160 Dwarf_Unsigned offset; local
[all...]
H A Ddwarf_die.c72 uint64_t offset; local
158 dwarf_offdie_b(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Boo argument
147 _dwarf_search_die_within_cu(Dwarf_Debug dbg, Dwarf_Section *s, Dwarf_CU cu, Dwarf_Off offset, Dwarf_Die *ret_die, Dwarf_Error *error) argument
227 dwarf_offdie(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Die *ret_die, Dwarf_Error *error) argument
[all...]
H A Ddwarf_loclist.c173 dwarf_get_loclist_entry(Dwarf_Debug dbg, Dwarf_Unsigned offset, argument
H A Ddwarf_pro_frame.c156 dwarf_fde_cfa_offset(Dwarf_P_Fde fde, Dwarf_Unsigned reg, Dwarf_Signed offset, argument
H A Dlibdwarf_loc.c376 uint64_t offset; local
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsock.c105 off_t offset = (u_long)pos; local
/freebsd-11-stable/contrib/apr/time/unix/
H A Dtime.c81 explode_time(apr_time_exp_t *xt, apr_time_t t, apr_int32_t offset, int use_localtime) argument
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c194 size_t offset; local
H A Ddb_iterator.c228 _nc_next_db(DBDIRS * state, int *offset) argument
248 _nc_first_db(DBDIRS * state, int *offset) argument
/freebsd-11-stable/contrib/ntp/libparse/
H A Dieee754io.c126 get_byte( unsigned char *bufp, offsets_t offset, int *fieldindex ) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdio.c53 real_fseek (FILE *file, file_ptr offset, int whence) argument

Completed in 198 milliseconds

<<11121314151617181920>>