Home
last modified time | relevance | path

Searched refs:stack_region (Results 51 – 75 of 82) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_x86_unittest.cc130 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
143 MockMemoryRegion stack_region; member in StackwalkerX86Fixture
167 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
194 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
259 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
323 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
389 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
453 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
1522 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
1725 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/processor/
H A Dstackwalker_x86_unittest.cc130 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
143 MockMemoryRegion stack_region; member in StackwalkerX86Fixture
167 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
194 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
259 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
323 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
389 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
453 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
1522 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
1725 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_x86_unittest.cc130 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
143 MockMemoryRegion stack_region; member in StackwalkerX86Fixture
167 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
194 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
259 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
323 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
389 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
453 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
1522 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
1725 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_x86_unittest.cc130 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
143 MockMemoryRegion stack_region; member in StackwalkerX86Fixture
167 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
194 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
259 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
323 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
389 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
453 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
1522 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
1725 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dstackwalker_x86_unittest.cc130 stack_region.Init(stack_section.start().Value(), contents); in RegionFromSection()
143 MockMemoryRegion stack_region; member in StackwalkerX86Fixture
167 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
194 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
259 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
323 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
389 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
453 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, &modules, in TEST_F()
1522 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
1725 StackwalkerX86 walker(&system_info, &raw_context, &stack_region, in TEST_F()
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/variables/
H A Dvariable_manager.py29 def __init__(self, register_region, stack_region): argument
31 self.stack_region = stack_region
185 def set_live_variables(self, addr, register_region, stack_region): argument
186 lv = LiveVariables(register_region, stack_region)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dregion-model.cc974 const stack_region &this_sub in operator ==()
2664 stack_region::stack_region (const stack_region &other) in stack_region() function in ana::stack_region
2679 stack_region::compare_fields (const stack_region &other) const in compare_fields()
2696 stack_region::clone () const in clone()
2854 stack_region::can_merge_p (const stack_region *stack_region_a, in can_merge_p()
2867 stack_region *merged_stack in can_merge_p()
3096 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in push_frame()
3178 stack_region *stack = model.get_region <stack_region> (m_stack_rid); in get_current_frame_id()
3193 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in pop_frame()
3214 stack_region *
[all …]
H A Dregion-model.h1449 class stack_region : public region
1452 stack_region (region_id parent_rid, svalue_id sval_id) in stack_region() function
1456 stack_region (const stack_region &other);
1458 bool compare_fields (const stack_region &other) const;
1481 static bool can_merge_p (const stack_region *stack_region_a,
1482 const stack_region *stack_region_b,
1507 is_a_helper <stack_region *>::test (region *reg) in test()
1584 stack_region *get_stack_region (const region_model *model) const;
H A DChangeLog67 (stack_region::pop_frame): Drop return value. Add
96 (stack_region::pop_frame): Drop return value. Add
308 (stack_region::validate): New vfunc implementation.
316 (stack_region::validate): New vfunc decl.
823 * region-model.cc (stack_region::can_merge_p): Split into a two
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dregion-model.cc974 const stack_region &this_sub in operator ==()
2664 stack_region::stack_region (const stack_region &other) in stack_region() function in ana::stack_region
2679 stack_region::compare_fields (const stack_region &other) const in compare_fields()
2696 stack_region::clone () const in clone()
2854 stack_region::can_merge_p (const stack_region *stack_region_a, in can_merge_p()
2867 stack_region *merged_stack in can_merge_p()
3096 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in push_frame()
3178 stack_region *stack = model.get_region <stack_region> (m_stack_rid); in get_current_frame_id()
3193 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in pop_frame()
3214 stack_region *
[all …]
H A Dregion-model.h1449 class stack_region : public region
1452 stack_region (region_id parent_rid, svalue_id sval_id) in stack_region() function
1456 stack_region (const stack_region &other);
1458 bool compare_fields (const stack_region &other) const;
1481 static bool can_merge_p (const stack_region *stack_region_a,
1482 const stack_region *stack_region_b,
1507 is_a_helper <stack_region *>::test (region *reg) in test()
1584 stack_region *get_stack_region (const region_model *model) const;
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dregion-model.cc974 const stack_region &this_sub in operator ==()
2664 stack_region::stack_region (const stack_region &other) in stack_region() function in ana::stack_region
2679 stack_region::compare_fields (const stack_region &other) const in compare_fields()
2696 stack_region::clone () const in clone()
2854 stack_region::can_merge_p (const stack_region *stack_region_a, in can_merge_p()
2867 stack_region *merged_stack in can_merge_p()
3096 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in push_frame()
3178 stack_region *stack = model.get_region <stack_region> (m_stack_rid); in get_current_frame_id()
3193 stack_region *stack = model->get_region <stack_region> (m_stack_rid); in pop_frame()
3214 stack_region *
[all …]
H A Dregion-model.h1449 class stack_region : public region
1452 stack_region (region_id parent_rid, svalue_id sval_id) in stack_region() function
1456 stack_region (const stack_region &other);
1458 bool compare_fields (const stack_region &other) const;
1481 static bool can_merge_p (const stack_region *stack_region_a,
1482 const stack_region *stack_region_b,
1507 is_a_helper <stack_region *>::test (region *reg) in test()
1584 stack_region *get_stack_region (const region_model *model) const;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dregion.h435 class stack_region : public space_region
438 stack_region (unsigned id, region *parent)
452 is_a_helper <const stack_region *>::test (const region *reg)
H A DChangeLog2634 (stack_region::stack_region): Delete.
2635 (stack_region::compare_fields): Delete.
2636 (stack_region::clone): Delete.
2637 (stack_region::print_fields): Delete.
2638 (stack_region::dump_child_label): Delete.
2639 (stack_region::validate): Delete.
2640 (stack_region::push_frame): Delete.
2642 (stack_region::pop_frame): Delete.
2643 (stack_region::add_to_hash): Delete.
2645 (stack_region::can_merge_p): Delete.
[all …]
H A Dregion-model.h225 const stack_region * get_stack_region () const { return &m_stack_region; } in get_stack_region()
283 stack_region m_stack_region;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dregion.h435 class stack_region : public space_region
438 stack_region (unsigned id, region *parent)
452 is_a_helper <const stack_region *>::test (const region *reg)
H A DChangeLog2634 (stack_region::stack_region): Delete.
2635 (stack_region::compare_fields): Delete.
2636 (stack_region::clone): Delete.
2637 (stack_region::print_fields): Delete.
2638 (stack_region::dump_child_label): Delete.
2639 (stack_region::validate): Delete.
2640 (stack_region::push_frame): Delete.
2642 (stack_region::pop_frame): Delete.
2643 (stack_region::add_to_hash): Delete.
2645 (stack_region::can_merge_p): Delete.
[all …]
H A Dregion-model.h225 const stack_region * get_stack_region () const { return &m_stack_region; } in get_stack_region()
283 stack_region m_stack_region;
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dregion.h435 class stack_region : public space_region
438 stack_region (unsigned id, region *parent)
452 is_a_helper <const stack_region *>::test (const region *reg)
H A DChangeLog2634 (stack_region::stack_region): Delete.
2635 (stack_region::compare_fields): Delete.
2636 (stack_region::clone): Delete.
2637 (stack_region::print_fields): Delete.
2638 (stack_region::dump_child_label): Delete.
2639 (stack_region::validate): Delete.
2640 (stack_region::push_frame): Delete.
2642 (stack_region::pop_frame): Delete.
2643 (stack_region::add_to_hash): Delete.
2645 (stack_region::can_merge_p): Delete.
[all …]
H A Dregion-model.h225 const stack_region * get_stack_region () const { return &m_stack_region; } in get_stack_region()
283 stack_region m_stack_region;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dregion.h472 class stack_region : public space_region
475 stack_region (unsigned id, region *parent)
489 is_a_helper <const stack_region *>::test (const region *reg)
H A DChangeLog4031 (stack_region::stack_region): Delete.
4032 (stack_region::compare_fields): Delete.
4033 (stack_region::clone): Delete.
4034 (stack_region::print_fields): Delete.
4035 (stack_region::dump_child_label): Delete.
4036 (stack_region::validate): Delete.
4037 (stack_region::push_frame): Delete.
4039 (stack_region::pop_frame): Delete.
4040 (stack_region::add_to_hash): Delete.
4042 (stack_region::can_merge_p): Delete.
[all …]
H A Dregion-model.h290 const stack_region * get_stack_region () const { return &m_stack_region; } in get_stack_region()
363 stack_region m_stack_region;

1234