Home
last modified time | relevance | path

Searched defs:symInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp472 struct symInfo { in FixUndefinedSymbols() struct
473 size_t addr_; in FixUndefinedSymbols()
474 size_t size_; in FixUndefinedSymbols()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp303 uint8 symInfo = symAttr == kSAGlobal ? STB_GLOBAL : STB_WEAK; in PostEmitVariable() local