Home
last modified time | relevance | path

Searched refs:DF_1_NOKSYMS (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h681 #define DF_1_NOKSYMS 0x00080000 macro
/openbsd/sys/sys/
H A Dexec_elf.h597 #define DF_1_NOKSYMS 0x00080000 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1493 DF_1_NOKSYMS = 0x00080000, enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c6461 if (val & DF_1_NOKSYMS) in process_dynamic_section()
6464 val ^= DF_1_NOKSYMS; in process_dynamic_section()