Home
last modified time | relevance | path

Searched refs:ORIGIN (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dc-cpp-overview.md49 …keList.txt`里设置上`rpath`编译选项后编译,使用`readelf`查看`libhello.so`的`rpath`配置如图所示,`$ORIGIN`为`libhello.so`所在路径…
52 SET(CMAKE_INSTALL_RPATH "\${ORIGIN}/module")
/ohos5.0/base/startup/appspawn/service/hnp/pack/
H A DREADME_zh.md42 2. 为了保证bin目录里面的二进制执行过程中能自动加载lib下的库文件,则需要在编译二进制时增加以下rpath链接选项,指明库文件和二进制的相对位置关系(${ORIGIN}为当前二进制位置)。
46 "-Wl,-rpath=${ORIGIN}/../lib",
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_mock/src/
H A Dindex.d.ts19 ORIGIN = 0,
/ohos5.0/base/startup/appspawn/test/moduletest/hnp_sample/
H A DBUILD.gn21 "-Wl,-rpath=\$ORIGIN/../lib",
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts128 ORIGIN = 0,
/ohos5.0/docs/en/application-dev/napi/
H A Dc-cpp-overview.md49 … view the rpath of **libhello.so**. As shown in the following figure, **$ORIGIN** indicates the pa…
52 SET(CMAKE_INSTALL_RPATH "\${ORIGIN}/module")
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp449 const char ORIGIN[] = "origin"; variable
H A Dconstants.h452 extern const char ORIGIN[];
/ohos5.0/build/config/gcc/
H A DBUILD.gn76 "-Wl,-rpath=\$ORIGIN/${rpath_link}",
/ohos5.0/build/docs/
H A D编译构建调试文档.md532 …[6/6] g++ -Wl,-rpath=\$ORIGIN/ -Wl,-rpath-link= -o hello -Wl,--start-group @hello.rsp -Wl,--end-g…
584 g++ -Wl,-rpath=\$ORIGIN/ -Wl,-rpath-link= -o hello -Wl,--start-group @hello.rsp -Wl,--end-group
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md562 __los_heap_addr_end__ = ORIGIN(RAM) + LENGTH(RAM);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts18 ORIGIN = 0,
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md560 __los_heap_addr_end__ = ORIGIN(RAM) + LENGTH(RAM);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts34 ORIGIN = 0,