HomeSort by: relevance | last modified time | path
    Searched defs:start_symbol (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/byacc/dist/
main.c 97 Value_t start_symbol; variable
  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 192 symbolS *start_symbol; member in struct:call_info
5744 if (within_procedure && last_call_info->start_symbol == NULL)
5752 last_call_info->start_symbol = label_symbol->lss_label;
5971 if (call_info->start_symbol == NULL)
5978 name = concat ("L$\001start_", S_GET_NAME (call_info->start_symbol),
5993 symbol_get_frag (call_info->start_symbol),
5994 S_GET_VALUE (call_info->start_symbol));
6031 value as call_info->start_symbol + function size once the linker is
6328 if (last_call_info->start_symbol != NULL)
6425 if (last_call_info == NULL || last_call_info->start_symbol == NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 192 symbolS *start_symbol; member in struct:call_info
5744 if (within_procedure && last_call_info->start_symbol == NULL)
5752 last_call_info->start_symbol = label_symbol->lss_label;
5971 if (call_info->start_symbol == NULL)
5978 name = concat ("L$\001start_", S_GET_NAME (call_info->start_symbol),
5993 symbol_get_frag (call_info->start_symbol),
5994 S_GET_VALUE (call_info->start_symbol));
6031 value as call_info->start_symbol + function size once the linker is
6328 if (last_call_info->start_symbol != NULL)
6425 if (last_call_info == NULL || last_call_info->start_symbol == NULL
    [all...]

Completed in 32 milliseconds