Home | History | Annotate | Download | only in bin

Lines Matching refs:symbol

112 my $SYMBOL_PAGE = "/pprof/symbol";     # must support symbol lookup via POST
151 the necessary symbol mappings as well as profile data (likely generated
167 Maps addresses to symbol names. In this mode, stdin should be a
199 --symbols Print demangled symbol names found at given addresses
1335 # "short" symbol names, one per line, in the same order as the input.
1526 # If the symbol table contains inlining info, Disassemble() may tag an
2582 # (more than one symbol in the case of inlining). Callers
2973 # Does the specified symbol array match the regexp?
3060 # Merges symbol maps
3163 open(SYMBOL, "$command |") or error($command);
3164 my $line = <SYMBOL>;
3166 close(SYMBOL);
3263 # Reads a symbol map from the file handle name given as $1, returning
3264 # the resulting symbol map. Also processes variables relating to symbols.
3330 open(SYMBOL, "$command_line | $escaped_cppfilt |") or error($command_line);
3331 $symbol_map = ReadSymbols(*SYMBOL{IO});
3332 close(SYMBOL);
3339 # Then /symbol reads the long symbols in as uint64, and outputs
3342 # /symbol, the symbols match and are retrievable from the map.
3674 # Check if the file contains a symbol-section marker.
3727 # Read the symbol section of the symbolized profile file.
4176 ##### Symbol extraction #####
4398 # Check for pre-relocated libraries, which use pre-relocated symbol tables
4400 # VM addresses into symbol table addresses.
4401 # Only do this if we're not going to fetch the symbol table from a
4679 # symbol (_fini) and interleave this address between all real
4680 # addresses passed to addr2line. The name of this special symbol
4740 # nm found a symbol for us.
4749 # if nm disambiguated our symbol, and if so take the annotated
5027 # one symbol is a weak alias to another (like __libc_malloc).
5029 # actual symbol, which in nm-speak has type "T". The logic
5041 # We are the 'T' symbol at this address, replace previous symbol.
5045 # We're not the 'T' symbol at this address, so ignore us.
5075 # how big this last symbol is, because we don't know how big the file