Searched refs:OBJ_PROCESS_STAB (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | stabs.c | 131 #ifndef OBJ_PROCESS_STAB 132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) macro 377 #ifdef OBJ_PROCESS_STAB in s_stab_generic() 378 OBJ_PROCESS_STAB (seg, what, string, type, other, desc); in s_stab_generic() 385 #ifdef OBJ_PROCESS_STAB in s_stab_generic() 386 OBJ_PROCESS_STAB (0, what, string, type, other, desc); in s_stab_generic()
|
| H A D | ChangeLog-9295 | 773 * stabs.c (s_stab_generic): Fix syntax for OBJ_PROCESS_STAB. 2624 * config/obj-ecoff.h (OBJ_PROCESS_STAB): Ditto. 2784 OBJ_PROCESS_STAB): New macros. 2979 pass six arguments to OBJ_PROCESS_STAB. 2985 * config/obj-elf.h (OBJ_PROCESS_STAB) [ECOFF_DEBUGGING]: Ditto. 6525 (OBJ_PROCESS_STAB): Don't define. 6844 (OBJ_PROCESS_STAB) [! MANY_SECTIONS]: New macro, just emits 7943 OBJ_PROCESS_STAB to call ecoff_stab. 9301 (OBJ_PROCESS_STAB): Removed definition. 9359 (OBJ_PROCESS_STAB): Define. [all …]
|
| H A D | ChangeLog-9899 | 541 (OBJ_PROCESS_STAB): And here. 545 except OBJ_PROCESS_STAB, which we #undef for ecoff. 2951 (OBJ_PROCESS_STAB): Likewise.
|
| H A D | ChangeLog-9697 | 5230 string. Pass string, not string + stroff, to OBJ_PROCESS_STAB in
|
| H A D | ChangeLog-0001 | 6361 (SEPARATE_STAB_SECTIONS, INIT_STAB_SECTION, OBJ_PROCESS_STAB):
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-elf.h | 220 #undef OBJ_PROCESS_STAB 221 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ macro
|
| H A D | obj-ecoff.h | 67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ macro
|
| H A D | obj-multi.h | 134 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ macro
|
| H A D | tc-mips.c | 46 #undef OBJ_PROCESS_STAB
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | internals.texi | 1584 @item OBJ_PROCESS_STAB 1585 @cindex OBJ_PROCESS_STAB
|