HomeSort by relevance Sort by last modified time
    Searched refs:PTid (Results 1 - 4 of 4) sorted by null

  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 134 if(my $PTid = $TInfo{"Param"}{$Pos}{"type"}) {
135 $ABI_DUMP .= addTag("type", $PTid);
289 if(my $PTid = $SInfo{"Param"}{$Pos}{"type"}) {
290 $ABI_DUMP .= addTag("type", $PTid);
607 if(my $PTid = parseTag(\$Parameter, "type")) {
608 $PInfo{"type"} = $PTid;
CallConv.pm 597 my $PTid = $SInfo->{"Param"}{$Pos}{"type"};
602 return pushStack_Offset($SInfo, $Offset, $TInfo->{$PTid}{"Size"}, { 0 => $PName });
610 return pushStack($SInfo, $Alignment, $TInfo->{$PTid}{"Size"}, { 0 => $PName });
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /external/abi-dumper/
abi-dumper.pl     [all...]

Completed in 575 milliseconds