Home
last modified time | relevance | path

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

1234

/dports/lang/libobjc2/libobjc2-2.1/
H A Dcommon.S8 #define TYPE_DIRECTIVE(symbol, symboltype) .type symbol, symboltype argument
10 #define TYPE_DIRECTIVE(symbol, symboltype) argument
/dports/devel/objconv/objconv-2.52/source/
H A Dcof2cof.cpp33 int symboltype = 0; // Symbol type in MakeSymbolTable() local
64 symboltype = SYMT_SECTION; in MakeSymbolTable()
69 symboltype = SYMT_OTHER; in MakeSymbolTable()
86 symboltype = SYMT_EXTERNAL; in MakeSymbolTable()
90 symboltype = SYMT_PUBLIC; in MakeSymbolTable()
95 symboltype = SYMT_LOCAL; in MakeSymbolTable()
100 action = cmd.SymbolChange(name1, &name2, symboltype); in MakeSymbolTable()
/dports/devel/z88dk/z88dk/src/ticks/
H A Dticks.h18 } symboltype; typedef
27 symboltype symtype;
126 extern const char *find_symbol(int addr, symboltype preferred_symtype);
130 extern int symbol_find_lower(int addr, symboltype preferred_type, char *buf, size_t buflen);
H A Dsyms.c130 int symbol_find_lower(int addr, symboltype preferred_type, char *buf, size_t buflen) in symbol_find_lower()
165 const char *find_symbol(int addr, symboltype preferred_type) in find_symbol()
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dcodetree.cpp356 const char *symboltype=nt->getAttributeValue(TYPE); in getSymbolType() local
357 if (charstring::isNullOrEmpty(symboltype)) { in getSymbolType()
360 return *symboltype; in getSymbolType()
1060 char symboltype='\0'; in parseNonTerminal() local
1070 symboltype=getSymbolType(def); in parseNonTerminal()
1088 symboltype=getSymbolType(def); in parseNonTerminal()
1089 if (symboltype!=NONE) { in parseNonTerminal()
1103 if (symboltype==LITERAL) { in parseNonTerminal()
1314 const char symboltype=getSymbolType(def); in writeNode() local
1315 bool block=(symboltype==BLOCK); in writeNode()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Dbloat-o-meter79 def print_result(symboltype, symbolformat, argc):
85 print("%-40s %7s %7s %+7s" % (symboltype, "old", "new", "delta"))
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Dbloat-o-meter79 def print_result(symboltype, symbolformat, argc):
85 print("%-40s %7s %7s %+7s" % (symboltype, "old", "new", "delta"))
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/
H A Dbloat-o-meter79 def print_result(symboltype, symbolformat, argc):
85 print("%-40s %7s %7s %+7s" % (symboltype, "old", "new", "delta"))
/dports/math/GiNaC/ginac-1.8.2/ginsh/
H A Dginsh.h68 extern unsigned symboltype;
H A Dginsh_lexer.lpp50 unsigned symboltype = domain::complex;
122 if (symboltype == domain::complex) {
H A Dginsh_lexer.cpp629 unsigned symboltype = domain::complex; variable
1107 if (symboltype == domain::complex) {
H A Dginsh_parser.cpp1493 { symboltype = domain::real; } in yyparse()
1499 { symboltype = domain::complex; } in yyparse()
H A Dginsh_parser.ypp235 | T_REAL_SYMBOLS { symboltype = domain::real; }
236 | T_COMPLEX_SYMBOLS { symboltype = domain::complex; }
/dports/math/calc/calc-2.14.0.14/
H A Dsymbol.h98 E_FUNC int symboltype(char *name);
H A Dcodegen.c394 switch (symboltype(name)) { in getfunction()
2618 switch (symboltype(name)) { in definesymbol()
2684 type = symboltype(name); in usesymbol()
H A Dsymbol.c759 symboltype(char *name) in symboltype() function
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/database/
H A Dsignaturedb.h32 SIGNATURE_FIELD(u32, symboltype) in SIGNATURE_FIELD()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/loaders/pe/
H A Dpe.hpp329 SymbolType symboltype = segment->is(SegmentType::Code) ? SymbolType::ExportFunction : in loadExports() local
338 m_document->lock(funcep, this->rvaPointer<const char>(names[j]), symboltype); in loadExports()
347 m_document->lock(funcep, ss.str(), symboltype); in loadExports()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Ddefs1.lisp89 (dolist (symboltype types)
90 (case symboltype
94 :detail symboltype
97 symboltype))))
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/users-contrib-symbols/biology/
H A DCetacea.rst44 #longitude latitude (symbolsize) (symboltype) (...others)
54 The symboltype field is also optional, k means custom symbol. Currently I can't pass
/dports/devel/gnucflow/cflow-1.6/po/
H A Dda.po268 msgstr "%s: symboltype ikke angivet"
273 msgstr "ukendt symboltype: %s"
/dports/x11-wm/devilspie/devilspie-0.23/po/
H A Dda.po445 msgstr "Ugyldig symboltype: %s: %d"
/dports/devel/m4/m4-1.4.19/po/
H A Dda.po1114 #~ msgstr "INTERN FEJL: Ugyldig symboltype i m4_defn ()"
1268 #~ msgstr "INTERN FEJL: Ugyldig symboltype i call_macro ()"
/dports/math/R/R-4.1.2/src/library/graphics/po/
H A Dnn.po479 msgstr "ugyldig symboltype"
/dports/math/libRmath/R-4.1.1/src/library/graphics/po/
H A Dnn.po479 msgstr "ugyldig symboltype"

1234