Searched refs:Block (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/tools/ |
D | cpp.py | 947 class Block(object): class 1354 blocksToKeep.append(Block(block.tokens[lastTerminatorIndex:i-1])) 1387 blocksInProgress.append(Block(block.tokens[lastTerminatorIndex:i+1])) 1400 blocksInProgress.append(Block(block.tokens[lastTerminatorIndex:numTokens])) 1447 self.blocks.insert(2, Block(replacement.tokens, directive='include')) 1552 blocks.append(Block(buf)) 1586 blocks.append(Block(ret, directive=directive, 1591 blocks.append(Block(ret[2:], directive=directive, 1596 blocks.append(Block(buf)) 1601 blocks.append(Block(ret[2:], directive=directive, [all …]
|
/bionic/docs/ |
D | elf-tls.md | 23 TLS Block". TLS variables within the Static TLS Block exist at fixed offsets from an 158 If the variable is part of the Static TLS Block (i.e. the executable or an initially-loaded shared 186 LE is a specialization of IE. If the variable is not just part of the Static TLS Block, but is also 262 Static TLS Block, it can use a simple resolver function: 495 * Static TLS Block allocation for static and dynamic executables
|