Searched refs:blocktype (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c492 int blocktype;
859 top_stack->blocktype = sh->st;
899 top_stack->blocktype = stBlock;
1173 if (top_stack->blocktype == stProc
1174 || top_stack->blocktype == stStaticProc)
1176 top_stack->blocktype = stNil;
1180 top_stack->blocktype = stBlock;
1195 (top_stack->blocktype == stProc ||
1196 top_stack->blocktype == stStaticProc))
1273 else if (sh->sc == scText && top_stack->blocktype
486 int blocktype; member in struct:parse_stack
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c2081 int blocktype; local
2222 blocktype = 0;
2224 blocktype = info->blockstack.bsp[-1].kind;
2227 if (blocktype == 4 || blocktype == 6)
2233 (blocktype == 4 || blocktype == 6

Completed in 96 milliseconds