DT_NEEDED tags specify dependencies to other shared objects used by the
application, for example, a shared library.
Syntax
REQUIREpattern[,pattern]
where:
pattern
is a string representing a filename. No wild characters are permitted.
Usage
The linker inserts a DT_NEEDED tag with the value of
pattern into the dynamic array. This tells the
dynamic loader that the file it is currently loading requires
pattern to be loaded.
Note:
DT_NEEDED tags inserted as a result of a REQUIRE command are added after DT_NEEDED tags generated from shared objects or dynamically linked libraries (DLLs) placed on the command line.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.