Home
last modified time | relevance | path

Searched refs:current_offset (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp85 if (current_offset != -1) in GetCompactUnwindUnwindPlan()
86 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetCompactUnwindUnwindPlan()
110 if (current_offset != -1) in GetEHFrameUnwindPlan()
111 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetEHFrameUnwindPlan()
132 if (current_offset != -1) in GetDebugFrameUnwindPlan()
133 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetDebugFrameUnwindPlan()
155 if (current_offset != -1) in GetArmUnwindUnwindPlan()
156 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetArmUnwindUnwindPlan()
231 GetDebugFrameUnwindPlan(target, current_offset); in GetDebugFrameAugmentedUnwindPlan()
314 eh_frame_sp = GetDebugFrameUnwindPlan(target, current_offset); in GetUnwindPlanAtNonCallSite()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFuncUnwinders.h44 int current_offset);
48 int current_offset);
85 int current_offset);
87 lldb::UnwindPlanSP GetEHFrameUnwindPlan(Target &target, int current_offset);
91 int current_offset);
94 int current_offset);
98 int current_offset);
101 int current_offset);
103 lldb::UnwindPlanSP GetArmUnwindUnwindPlan(Target &target, int current_offset);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp154 lldb::addr_t current_offset = in GetNonCallSiteUnwindPlanFromAssembly() local
156 auto it = saved_unwind_states.upper_bound(current_offset); in GetNonCallSiteUnwindPlanFromAssembly()
180 saved_unwind_states.count(current_offset) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
187 {current_offset, {new_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()
199 m_curr_row->SetOffset(current_offset); in GetNonCallSiteUnwindPlanFromAssembly()
211 condition_block_start_offset = current_offset; in GetNonCallSiteUnwindPlanFromAssembly()
235 newrow->SetOffset(current_offset + m_forward_branch_offset); in GetNonCallSiteUnwindPlanFromAssembly()
237 {current_offset + m_forward_branch_offset, in GetNonCallSiteUnwindPlanFromAssembly()
248 current_offset + inst->GetOpcode().GetByteSize()) == 0) { in GetNonCallSiteUnwindPlanFromAssembly()
249 m_curr_row->SetOffset(current_offset + in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp92 addr_t current_offset = 0; in GetBreakableLoadAddress() local
114 current_offset = addr - function_start; in GetBreakableLoadAddress()
119 if (current_offset == 0) in GetBreakableLoadAddress()
124 auto insn = GetInstructionAtAddress(ctx, current_offset, addr); in GetBreakableLoadAddress()
/freebsd-12.1/sbin/bsdlabel/
H A Dbsdlabel.c1341 current_offset = lp->d_secperunit; in checklabel()
1350 current_offset = pp->p_offset; in checklabel()
1353 if (current_offset - base_offset <= needed) { in checklabel()
1358 needed, base_offset, current_offset); in checklabel()
1369 current_offset = BBSIZE / secsize; /* in sectors */ in checklabel()
1379 pp->p_offset = current_offset; in checklabel()
1384 if (pp->p_offset < current_offset && in checklabel()
1389 (long)pp->p_offset,i+'a',current_offset); in checklabel()
1393 } else if (pp->p_offset != current_offset && in checklabel()
1401 (long)pp->p_offset, i + 'a', current_offset); in checklabel()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dstack.c247 long current_offset = SYMBOL_VALUE (sym); in print_frame_args() local
252 current_offset = in print_frame_args()
253 ((current_offset + arg_size + sizeof (int) - 1) in print_frame_args()
258 || (current_offset > highest_offset)) in print_frame_args()
259 highest_offset = current_offset; in print_frame_args()
/freebsd-12.1/sys/dev/sfxge/common/
H A Def10_nvram.c1770 size_t current_offset = 0; in ef10_nvram_partn_write_segment_tlv() local
1797 boolean_t write = all_segments || current_offset == 0; in ef10_nvram_partn_write_segment_tlv()
1800 &segment_data, &current_offset, &remaining_original_length, in ef10_nvram_partn_write_segment_tlv()
1803 if (current_offset == 0) { in ef10_nvram_partn_write_segment_tlv()
1812 } while (current_offset < partn_size); in ef10_nvram_partn_write_segment_tlv()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c3278 read_eocd(struct zip *zip, const char *p, int64_t current_offset) in read_eocd() argument
3293 > current_offset) in read_eocd()
3357 int64_t file_size, current_offset; in archive_read_format_zip_seekable_bid() local
3373 current_offset = __archive_read_seek(a, -tail, SEEK_END); in archive_read_format_zip_seekable_bid()
3374 if (current_offset < 0) in archive_read_format_zip_seekable_bid()
3387 current_offset + i); in archive_read_format_zip_seekable_bid()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-20062091 decoding the loop instructions. Remove current_offset variable.
2093 (min_bytes_to_other_loop_end): Remove current_offset argument.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-00011825 * som.c (som_write_symbol_strings): Cast current_offset in
1831 current_offset to match the function definition. Fixes a build
H A DChangeLog-98993148 (som_object_setup): Add current_offset parameter. Change all