Lines Matching refs:location

116 		// get the subprogram's frame base location
119 const LocationDescription* location = fSubprogramEntry->FrameBase();
120 if (!location->IsValid())
126 status_t error = fFile->_GetLocationExpression(fUnit, location,
159 // get the location description
160 LocationDescription* location = entry->GetLocationDescription();
161 if (location == NULL || !location->IsValid()) {
168 return fFile->_GetLocationExpression(fUnit, location,
768 DIESubprogram* subprogramEntry, target_addr_t location,
772 FDELookupInfo* info = _GetContainingFDEInfo(location);
777 subprogramEntry, location, info,
803 DIESubprogram* subprogramEntry, const LocationDescription* location,
812 status_t error = _GetLocationExpression(unit, location, instructionPointer,
2297 DIESubprogram* subprogramEntry, target_addr_t location,
2304 TRACE_CFI("DwarfFile::_UnwindCallFrame(%#" B_PRIx64 ")\n", location);
2342 "), CIE offset: %#" B_PRIx64 ", location: %#" B_PRIx64 ", "
2346 context.SetLocation(location, info->start);
2411 inputInterface, location, 0, 0, false,
2486 inputInterface, location, frameAddress,
2505 inputInterface, location, frameAddress,
2620 target_addr_t location = context.Location()
2622 if (location > context.TargetLocation())
2624 context.SetLocation(location);
2656 target_addr_t location = augmentation.ReadEncodedAddress(
2659 TRACE_CFI(" DW_CFA_set_loc: %#" B_PRIx64 "\n", location);
2661 if (location < context.Location())
2663 if (location > context.TargetLocation())
2665 context.SetLocation(location);
2675 target_addr_t location = context.Location()
2677 if (location > context.TargetLocation())
2679 context.SetLocation(location);
2689 target_addr_t location = context.Location()
2691 if (location > context.TargetLocation())
2693 context.SetLocation(location);
2703 target_addr_t location = context.Location()
2705 if (location > context.TargetLocation())
2707 context.SetLocation(location);
2942 target_addr_t location = context.Location()
2944 if (location > context.TargetLocation())
2946 context.SetLocation(location);
3140 const LocationDescription* location, target_addr_t instructionPointer,
3143 if (!location->IsValid())
3146 if (location->IsExpression()) {
3147 _expression = location->expression.data;
3148 _length = location->expression.length;
3152 if (location->IsLocationList() && instructionPointer != 0) {
3153 return _FindLocationExpression(unit, location->listOffset,
3310 // file in the corresponding well-known location