Searched refs:ORIGIN (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | c-cpp-overview.md | 49 …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 D | README_zh.md | 42 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 D | index.d.ts | 19 ORIGIN = 0,
|
/ohos5.0/base/startup/appspawn/test/moduletest/hnp_sample/ |
H A D | BUILD.gn | 21 "-Wl,-rpath=\$ORIGIN/../lib",
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | index.d.ts | 128 ORIGIN = 0,
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | c-cpp-overview.md | 49 … 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 D | constants.cpp | 449 const char ORIGIN[] = "origin"; variable
|
H A D | constants.h | 452 extern const char ORIGIN[];
|
/ohos5.0/build/config/gcc/ |
H A D | BUILD.gn | 76 "-Wl,-rpath=\$ORIGIN/${rpath_link}",
|
/ohos5.0/build/docs/ |
H A D | 编译构建调试文档.md | 532 …[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 D | porting-stm32f407-on-minisystem-eth.md | 562 __los_heap_addr_end__ = ORIGIN(RAM) + LENGTH(RAM);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/ |
H A D | arkComponent.d.ts | 18 ORIGIN = 0,
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 560 __los_heap_addr_end__ = ORIGIN(RAM) + LENGTH(RAM);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkComponent.ts | 34 ORIGIN = 0,
|