Searched refs:start_address (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp92 uptr *start_address) {
133 if (start_address) *start_address = addr - offset;
151 uptr start_address = AddressInfo::kUnknown; local
153 &stack->info.file, &line, &start_address)) {
159 if (start_address == AddressInfo::kUnknown) {
165 start_address = reinterpret_cast<uptr>(info.dli_saddr);
170 if (start_address != AddressInfo::kUnknown) {
171 CHECK(addr >= start_address);
172 stack->info.function_offset = addr - start_address;
90 ParseCommandOutput(const char *str, uptr addr, char **out_name, char **out_module, char **out_file, uptr *line, uptr *start_address) argument
[all...]
H A Dsanitizer_mac.cpp1073 mach_vm_address_t start_address = local
1076 mach_vm_address_t address = start_address;
1077 mach_vm_address_t free_begin = start_address;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp29 lldb::addr_t start_address = line_extractor.GetHexMaxU64(false, 0); local
37 lldb::addr_t end_address = line_extractor.GetHexMaxU64(false, start_address);
45 memory_region_info.GetRange().SetRangeBase(start_address);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h82 SBThreadPlan QueueThreadPlanForStepOverRange(SBAddress &start_address,
84 SBThreadPlan QueueThreadPlanForStepOverRange(SBAddress &start_address,
88 SBThreadPlan QueueThreadPlanForStepInRange(SBAddress &start_address,
90 SBThreadPlan QueueThreadPlanForStepInRange(SBAddress &start_address,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i96 QueueThreadPlanForStepOverRange (SBAddress &start_address,
100 QueueThreadPlanForStepInRange (SBAddress &start_address,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp224 Address *start_address = sb_start_address.get(); local
225 if (!start_address) {
229 AddressRange range(*start_address, size);
231 start_address->CalculateSymbolContext(&sc);
268 Address *start_address = sb_start_address.get(); local
269 if (!start_address) {
273 AddressRange range(*start_address, size);
275 start_address->CalculateSymbolContext(&sc);
/freebsd-11-stable/sys/xen/interface/
H A Dkexec.h101 unsigned long start_address; member in struct:xen_kexec_image
/freebsd-11-stable/contrib/binutils/bfd/
H A Dihex.c252 abfd->start_address = 0;
379 if (abfd->start_address == 0)
380 abfd->start_address = addr;
413 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4);
448 abfd->start_address += HEX4 (buf) << 16;
450 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4);
850 if (abfd->start_address != 0)
855 start = abfd->start_address;
H A Dsrec.c561 abfd->start_address = address;
1004 abfd->start_address, NULL, NULL);
H A DpeXXigen.c1135 bfd_vma start_address;
1146 offset = abfd->start_address - rel_section->vma;
1155 start_address = bfd_get_32 (abfd, data + offset);
1161 (unsigned long int) (abfd->start_address));
1164 start_address, loadable_toc_address, toc_address);
1134 bfd_vma start_address; local
H A Dbfd-in.h561 #define bfd_get_start_address(abfd) ((abfd)->start_address)
H A Dbfd.c122 . bfd_vma start_address;
943 abfd->start_address = vma;
H A Dieee.c1730 abfd->start_address = must_parse_int (&(ieee->h));
3394 if (abfd->start_address)
3398 || ! ieee_write_int (abfd, abfd->start_address)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp67 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); local
68 if (!start_address) {
70 "%s", llvm::toString(start_address.takeError()).c_str());
76 m_start_addr = *start_address;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp235 /// \param[in] start_address
240 llvm::FunctionCallee BuildPointerValidatorFunc(lldb::addr_t start_address) { argument
251 ConstantInt::get(GetIntptrTy(), start_address, false);
258 /// \param[in] start_address
263 llvm::FunctionCallee BuildObjectCheckerFunc(lldb::addr_t start_address) { argument
275 ConstantInt::get(GetIntptrTy(), start_address, false);
/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.c87 symbolS *start_address; member in struct:fde_entry
102 symbolS *start_address; member in struct:cie_entry
180 fde->start_address = label;
1050 cie->start_address = symbol_temp_new_now ();
1137 exp.X_op_symbol = cie->start_address;
1141 exp.X_add_symbol = fde->start_address;
1146 exp.X_add_symbol = fde->start_address;
1157 exp.X_op_symbol = fde->start_address; /* Code length. */
1343 fde->end_address = fde->start_address;
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c53 u32 start_address);
469 u32 start_address)
474 addr = start_sec * CUDBG_SF_SECTOR_SIZE + start_address;
468 read_flash(struct adapter *adap, u32 start_sec , void *data, u32 size, u32 start_address) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp290 uint64_t start_address = 0; local
297 start_address = value_sp->GetUInt64Value();
305 uint32_t address = (uint32_t)start_address;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddsrec.c154 make_srec (srec, abfd->start_address, NULL, NULL, 0, &reclen, flags);
H A Dpa64solib.c551 load_addr = read_pc () - tmp_bfd->start_address;
H A Dremote-mips.c2690 reclen = mips_make_srec (srec, '7', abfd->start_address, NULL, 0);
2692 send_srec (srec, reclen, abfd->start_address);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c103 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable
1758 if (start_address == (bfd_vma) -1
1759 || start_address < pinfo->buffer_vma)
1762 addr_offset = start_address - pinfo->buffer_vma;
2406 bfd_printf_vma (abfd, abfd->start_address);
2454 if (start_address == (bfd_vma) -1
2455 || start_address < section->vma)
2458 start_offset = start_address - section->vma;
2654 if (start_address != (bfd_vma) -1
2655 && q->address < start_address)
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c620 void *start_address;
632 start_address = (str->data + str->len);
634 memcpy(start_address, bytes, count);
616 void *start_address; local
/freebsd-11-stable/sys/dev/mly/
H A Dmlyreg.h893 u_int32_t start_address; member in struct:mly_pdd
903 u_int32_t start_address; member in struct:mly_udd
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp273 const Address &start_address,
287 ResolveAddress(exe_ctx, start_address, addr);
270 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const Address &start_address, uint32_t num_instructions, bool mixed_source_and_assembly, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm) argument

Completed in 408 milliseconds

12