Home
last modified time | relevance | path

Searched refs:DT_BIND_NOW (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/tests/
Dalldts.c52 DT_BIND_NOW, DT_INIT_ARRAY, DT_FINI_ARRAY, in main()
/external/u-boot/include/
Delf.h523 #define DT_BIND_NOW 24 /* Process relocations of object */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1059 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1113 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
/external/llvm/include/llvm/Support/
DELF.h1115 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
/external/kmod/port-gnu/
Delf.h723 #define DT_BIND_NOW 24 /* Process relocations of object */ macro
/external/elfutils/libelf/
Delf.h865 #define DT_BIND_NOW 24 /* Process relocations of object */ macro
/external/elfutils/src/
Delflint.c1630 [DT_BIND_NOW] = true in check_dynamic()
Dreadelf.c1800 case DT_BIND_NOW: in handle_dynamic()