Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dxcoffout.c221 case N_PSYM: in stab_to_sclass()
H A Ddbxout.c3147 code = N_PSYM; in dbxout_parms()
3230 code = N_PSYM; in dbxout_parms()
3251 code = N_PSYM; in dbxout_parms()
H A Dstab.def134 __define_stab (N_PSYM, 0xa0, "PSYM")
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dxcoffout.c210 case N_PSYM:
H A Ddbxout.c2588 current_sym_code = N_PSYM;
2745 current_sym_code = N_PSYM;
2765 current_sym_code = N_PSYM;
H A Dstab.def128 __define_stab (N_PSYM, 0xa0, "PSYM")
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp240 {MachO::N_OLEVEL, "N_OLEV"}, {MachO::N_PSYM, "N_PSYM"},
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dwrstabs.c2127 stab_type = N_PSYM; in stab_function_parameter()
2137 stab_type = N_PSYM; in stab_function_parameter()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dwrstabs.c2129 stab_type = N_PSYM; in stab_function_parameter()
2139 stab_type = N_PSYM; in stab_function_parameter()
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dstab.def157 __define_stab (N_PSYM, 0xa0, "PSYM")
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dstab.def157 __define_stab (N_PSYM, 0xa0, "PSYM")
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c2083 case N_PSYM: in read_dbx_symtab()
3053 case N_PSYM: /* Parameter variable */ in process_one_symbol()
H A Dmdebugread.c3252 case N_PSYM: in parse_partial_symbols()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py166 N_PSYM = 0xa0 variable
1596 'N_PSYM': N_PSYM,
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo1125 @findex N_PSYM
1128 the @code{N_PSYM} symbol type (or @code{C_PSYM} for XCOFF). The value
1145 .stabs "argc:p1",160,0,0,68 # @r{160 is N_PSYM}
1154 The following symbol descriptors are also said to go with @code{N_PSYM}.
1178 .stabs "arg:p1" . . . ; N_PSYM
1250 .stabs "f:p13",160,0,3,8 # @r{160 is @code{N_PSYM}, here 13 is @code{double}}
1260 as a local variable but uses @code{N_LSYM} instead of @code{N_PSYM}. In
2712 N_PSYM,NIL,NIL,offset_from_arg_ptr
3339 @item 0xa0 N_PSYM
3474 type @code{N_PSYM}); see @ref{Parameters}. Prototype of function
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c2637 case N_PSYM: in VMS_LSYM_Parse()
2769 case N_PSYM: in Define_Local_Symbols()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h382 N_PSYM = 0xA0u, enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp608 {MachO::N_PSYM, "PSYM"},
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3145 case N_PSYM: in ParseSymtab()
4043 case N_PSYM: in ParseSymtab()