Home
last modified time | relevance | path

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

1234

/netbsd-src/lib/libc/gen/
H A Dnlist_elf32.c203 case STT_FILE: in ELFNAMEEND()
315 case STT_FILE: in ELFNAMEEND()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dinput.c62 while (symit_next(si, STT_FILE) != NULL) { in built_source_types()
402 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) { in symit_next()
H A Doutput.c269 if (type == STT_FILE) in check_for_weak()
386 case STT_FILE: in sort_iidescs()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELF.h306STT_FILE = 4, //!< A file symbol has STB_LOCAL binding, its section index is SHN_ABS, and it prec… enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp307 (Config.KeepFileSymbols && Sym.Type == STT_FILE)) in updateAndRemoveSymbols()
314 Sym.Type != STT_FILE && Sym.Type != STT_SECTION) in updateAndRemoveSymbols()
320 if (Config.StripDebug && Sym.Type == STT_FILE) in updateAndRemoveSymbols()
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dnlist_elf32.c301 case STT_FILE:
/netbsd-src/sys/ddb/
H A Ddb_elf.c413 case STT_FILE: in db_elf_forall()
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dexec_elf.h387 #define STT_FILE 4 /* Associated with a file name */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d431 enum STT_FILE = 4; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d431 enum STT_FILE = 4; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp160 if (ESym.getELFType() == ELF::STT_FILE) in addSymbol()
/netbsd-src/tools/amiga-elf2bb/sys/
H A Dexec_elf.h426 #define STT_FILE 4 /* Associated with a file name */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp45 {"File", "FILE", ELF::STT_FILE},
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d423 enum STT_FILE = 4; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d458 enum STT_FILE = 4; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-strip.rst162 Keep symbols of type `STT_FILE`, even if they would otherwise be stripped.
H A Dllvm-objcopy.rst272 - `file` = the symbol will be an `STT_FILE` symbol.
339 Keep symbols of type `STT_FILE`, even if they would otherwise be stripped.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d418 enum STT_FILE = 4; variable
/netbsd-src/sys/kern/
H A Dkern_ksyms.c390 if (ELF_ST_TYPE(sym[i].st_info) == STT_FILE) in addsymtab()
929 case STT_FILE: in ksyms_sift()
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h1055 #define STT_FILE 4 /* Symbol gives a file name */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h1082 #define STT_FILE 4 /* Symbol gives a file name */ macro
/netbsd-src/usr.bin/elf2aout/
H A Delf2aout.c542 if (type == STT_FILE) in translate_syms()
/netbsd-src/external/bsd/libproc/dist/
H A Dproc_sym.c640 if (GELF_ST_TYPE(sym.st_info) == STT_FILE && in proc_iter_symbyaddr()
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h523 #define STT_FILE 4 /* Associated with a file name */ macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h525 #define STT_FILE 4 /* Associated with a file name */ macro

1234