Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dinternal.h347 #define C_HIDEXT 107 /* Un-named external symbol */ macro
388 ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT || (CLASS) == C_HIDEXT)
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dinternal.h347 #define C_HIDEXT 107 /* Un-named external symbol */ macro
388 ((CLASS) == C_EXT || (CLASS) == C_AIX_WEAKEXT || (CLASS) == C_HIDEXT)
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dxcoffread.c1061 if (cs->c_sclass == C_EXT || cs->c_sclass == C_HIDEXT || in read_xcoff_symtab()
1367 case C_HIDEXT: in read_xcoff_symtab()
1499 else if (cs->c_sclass == C_HIDEXT || cs->c_sclass == C_STAT) in process_xcoff_symbol()
2101 case C_HIDEXT: in scan_xcoff_symtab()
2203 sclass == C_HIDEXT ? mst_file_data : mst_data, in scan_xcoff_symtab()
2241 sclass == C_HIDEXT ? mst_file_text : mst_text, in scan_xcoff_symtab()
2278 sclass == C_HIDEXT ? mst_file_data : mst_data, in scan_xcoff_symtab()
2294 sclass == C_HIDEXT ? mst_file_bss : mst_bss, in scan_xcoff_symtab()
DChangeLog-19951333 Enter C_EXT/C_HIDEXT symbols into the minimal symbol table only.
4138 * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
4398 Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dxcofflink.c1249 if (sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols_to_hash_table()
1578 if (sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols()
1610 if (sym.n_sclass != C_HIDEXT in xcoff_link_add_symbols()
1643 && sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols()
3636 if (isym->n_sclass == C_HIDEXT in xcoff_keep_symbol_p()
3657 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)) in xcoff_keep_symbol_p()
3685 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD) in xcoff_keep_symbol_p()
5324 if (isymp->n_sclass == C_HIDEXT in xcoff_link_input_bfd()
5406 isym.n_sclass = C_HIDEXT; in xcoff_link_input_bfd()
5978 if (is->n_sclass == C_HIDEXT in xcoff_link_input_bfd()
[all …]
Dcoff64-rs6000.c405 case C_HIDEXT: in _bfd_xcoff64_swap_aux_in()
522 case C_HIDEXT: in _bfd_xcoff64_swap_aux_out()
2262 syment.n_sclass = C_HIDEXT; in xcoff64_generate_rtinit()
Dcoffcode.h4780 case C_HIDEXT: in coff_slurp_symbol_table()
5106 case C_HIDEXT: in coff_classify_symbol()
5125 if (syment->n_sclass == C_HIDEXT) in coff_classify_symbol()
Dcoff-rs6000.c507 case C_HIDEXT: in _bfd_xcoff_swap_aux_in()
591 case C_HIDEXT: in _bfd_xcoff_swap_aux_out()
4239 syment.n_sclass = C_HIDEXT; in xcoff_generate_rtinit()
DChangeLog-94951270 C_HIDEXT symbol with attached csect information.
1349 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
1351 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
9459 arguments. If RS6000COFF_C, only treat C_EXT and C_HIDEXT
DChangeLog-20201670 * coffcode.h (coff_classify_symbol): Handle C_HIDEXT and
DChangeLog-20093575 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dxcofflink.c1249 if (sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols_to_hash_table()
1578 if (sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols()
1610 if (sym.n_sclass != C_HIDEXT in xcoff_link_add_symbols()
1643 && sym.n_sclass == C_HIDEXT in xcoff_link_add_symbols()
3636 if (isym->n_sclass == C_HIDEXT in xcoff_keep_symbol_p()
3657 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD)) in xcoff_keep_symbol_p()
3685 && (isym->n_sclass != C_HIDEXT || smtyp != XTY_SD) in xcoff_keep_symbol_p()
5324 if (isymp->n_sclass == C_HIDEXT in xcoff_link_input_bfd()
5406 isym.n_sclass = C_HIDEXT; in xcoff_link_input_bfd()
5972 if (is->n_sclass == C_HIDEXT in xcoff_link_input_bfd()
[all …]
Dcoff64-rs6000.c405 case C_HIDEXT: in _bfd_xcoff64_swap_aux_in()
522 case C_HIDEXT: in _bfd_xcoff64_swap_aux_out()
2262 syment.n_sclass = C_HIDEXT; in xcoff64_generate_rtinit()
Dcoff-rs6000.c507 case C_HIDEXT: in _bfd_xcoff_swap_aux_in()
591 case C_HIDEXT: in _bfd_xcoff_swap_aux_out()
4239 syment.n_sclass = C_HIDEXT; in xcoff_generate_rtinit()
Dcoffcode.h4780 case C_HIDEXT: in coff_slurp_symbol_table()
5106 case C_HIDEXT: in coff_classify_symbol()
5125 if (syment->n_sclass == C_HIDEXT) in coff_classify_symbol()
DChangeLog-94951270 C_HIDEXT symbol with attached csect information.
1349 * coffcode.h (coff_slurp_symbol_table): Set C_HIDEXT symbols to be
1351 (OTHER_GLOBAL_CLASS): Do not define to be C_HIDEXT if
9459 arguments. If RS6000COFF_C, only treat C_EXT and C_HIDEXT
DChangeLog-20093575 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
DChangeLog-20201670 * coffcode.h (coff_classify_symbol): Handle C_HIDEXT and
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsimple-object-xcoff.c261 #define C_HIDEXT (107) macro
530 && symtab[i].n_sclass[0] != C_HIDEXT) in simple_object_xcoff_find_sections()
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsimple-object-xcoff.c261 #define C_HIDEXT (107) macro
530 && symtab[i].n_sclass[0] != C_HIDEXT) in simple_object_xcoff_find_sections()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsimple-object-xcoff.c261 #define C_HIDEXT (107) macro
530 && symtab[i].n_sclass[0] != C_HIDEXT) in simple_object_xcoff_find_sections()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dod-xcoff.c837 case C_HIDEXT: in dump_xcoff32_symbols()
1474 case C_HIDEXT: in dump_xcoff32_traceback()
1531 case C_HIDEXT: in dump_xcoff32_toc()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-ppc.c6192 S_SET_STORAGE_CLASS (sym, C_HIDEXT); in ppc_frob_symbol()
6196 || S_GET_STORAGE_CLASS (sym) == C_HIDEXT) in ppc_frob_symbol()
6438 S_SET_STORAGE_CLASS (csect, C_HIDEXT); in ppc_adjust_symtab()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-9295404 (ppc_frob_symbol): Don't change C_BLOCK symbols to C_HIDEXT.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git148388 This patch adds support for TLS relocation targeting C_HIDEXT symbols.
148405 (xcoff_link_add_symbols): Add C_HIDEXT TLS symbols to the linker