Home
last modified time | relevance | path

Searched refs:opt_label (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c3945 symbolS *opt_label; in ppc_dwsect() local
3971 opt_label = symbol_find_or_make (label); in ppc_dwsect()
3975 opt_label = NULL; in ppc_dwsect()
3990 if (opt_label != NULL && S_IS_DEFINED (opt_label)) in ppc_dwsect()
3993 if (dws->sect == NULL || S_GET_SEGMENT (opt_label) != dws->sect) in ppc_dwsect()
3996 S_GET_NAME (opt_label)); in ppc_dwsect()
3998 opt_label = NULL; in ppc_dwsect()
4001 subseg = symbol_get_tc (opt_label)->u.dw; in ppc_dwsect()
4015 if (opt_label == NULL) in ppc_dwsect()
4032 symbol_get_tc (opt_label)->u.dw = subseg; in ppc_dwsect()
[all …]