Searched refs:Block (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/tools/ |
D | cpp.py | 950 class Block(object): class 1311 blocksToKeep.append(Block(block.tokens[lastTerminatorIndex:i-1])) 1344 blocksInProgress.append(Block(block.tokens[lastTerminatorIndex:i+1])) 1357 blocksInProgress.append(Block(block.tokens[lastTerminatorIndex:numTokens])) 1404 self.blocks.insert(2, Block(replacement.tokens, directive='include')) 1509 blocks.append(Block(buf)) 1543 blocks.append(Block(ret, directive=directive, 1548 blocks.append(Block(ret[2:], directive=directive, 1553 blocks.append(Block(buf)) 1558 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
|