Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dxcoffout.c227 case N_ENTRY: in stab_to_sclass()
H A Dstab.def143 __define_stab (N_ENTRY, 0xa4, "ENTRY")
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dxcoffout.c216 case N_ENTRY:
H A Dstab.def137 __define_stab (N_ENTRY, 0xa4, "ENTRY")
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp241 {MachO::N_EINCL, "N_EINCL"}, {MachO::N_ENTRY, "N_ENTRY"},
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dstab.def166 __define_stab (N_ENTRY, 0xa4, "ENTRY")
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dstab.def166 __define_stab (N_ENTRY, 0xa4, "ENTRY")
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c2072 case N_ENTRY: /* Alternate entry point; can ignore. */ in read_dbx_symtab()
3020 case N_ENTRY: /* Alternate entry point */ in process_one_symbol()
H A Dmdebugread.c3241 case N_ENTRY: /* Alternate entry point; can ignore. */ in parse_partial_symbols()
H A DChangeLog-19923284 (", N_FUN, N_FNAME, N_FN, N_FN_SEQ, N_SO, N_SOL, N_ENTRY):
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py168 N_ENTRY = 0xa4 variable
1598 'N_ENTRY': N_ENTRY,
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h384 N_ENTRY = 0xA4u, enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp610 {MachO::N_ENTRY, "ENTRY"},
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo763 @findex N_ENTRY
767 point. The @code{N_ENTRY} stab is for this; however, the Sun FORTRAN
771 revision of this document said that the value of an @code{N_ENTRY} stab
3345 @item 0xa4 N_ENTRY
H A DChangeLog3106 N_ENTRY node.
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3150 case N_ENTRY: in ParseSymtab()
4048 case N_ENTRY: in ParseSymtab()