Home
last modified time | relevance | path

Searched refs:DF_SYMBOLIC (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h1230 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1230 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1260 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1287 DF_SYMBOLIC = 0x02, // Search the shared lib before searching the exe. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h671 #define DF_SYMBOLIC 0x00000002 macro
/external/kmod/port-gnu/
Delf.h808 #define DF_SYMBOLIC 0x00000002 /* Symbol resolutions starts here */ macro
/external/elfutils/libelf/
Delf.h960 #define DF_SYMBOLIC 0x00000002 /* Symbol resolutions starts here */ macro
/external/llvm-project/lld/ELF/
DOptions.td159 "shared object. Implies -Bsymbolic but does not set DF_SYMBOLIC">,
DSyntheticSections.cpp1349 dtFlags |= DF_SYMBOLIC; in finalizeContents()
/external/elfutils/src/
Dreadelf.c1682 { DF_SYMBOLIC, "SYMBOLIC" },