Home
last modified time | relevance | path

Searched refs:stage2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp38 R &registers, bool &isSignalFrame, bool stage2);
189 bool &isSignalFrame, bool stage2) { in stepWithDwarf() argument
200 (void)stage2; in stepWithDwarf()
205 if (stage2 && cieInfo.mteTaggedFrame) { in stepWithDwarf()
H A DUnwindCursor.hpp942 virtual int step(bool stage2 = false);
1021 int stepWithDwarfFDE(bool stage2) { in stepWithDwarfFDE() argument
1024 (pint_t)_info.unwind_info, _registers, _isSignalFrame, stage2); in stepWithDwarfFDE()
1031 int stepWithCompactEncoding(bool stage2 = false) { in stepWithCompactEncoding() argument
1034 return stepWithDwarfFDE(stage2); in stepWithCompactEncoding()
2920 template <typename A, typename R> int UnwindCursor<A, R>::step(bool stage2) { in step() argument
2921 (void)stage2; in step()
2935 result = this->stepWithCompactEncoding(stage2); in step()
2941 result = this->stepWithDwarfFDE(stage2); in step()
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dqcom-spmi-temp-alarm.txt43 stage2 {
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems517 >>>>0x42 uleshort <0x8000 \b, stage2 address %#x
518 #>>>>0x42 uleshort =0x8000 \b, stage2 address %#x (usual)
519 >>>>0x42 uleshort >0x8000 \b, stage2 address %#x
520 #>>>>0x44 ulelong =1 \b, 1st sector stage2 %#x (default)
521 >>>>0x44 ulelong >1 \b, 1st sector stage2 %#x
522 >>>>0x48 uleshort <0x800 \b, stage2 segment %#x
523 #>>>>0x48 uleshort =0x800 \b, stage2 segment %#x (usual)
524 >>>>0x48 uleshort >0x800 \b, stage2 segment %#x
1308 # In the second sector (+0x200) are variables according to grub-0.97/stage2/asm.S or
1321 # config_file for stage1_5 is 0xffffffff + default "/boot/grub/stage2"
[all …]
H A Dfirmware219 # Note: RP2040 flash image starts with stage2 bootloader, then a vector table.