Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h682 #define DF_1_NOHDR 0x00100000 macro
/openbsd/sys/sys/
H A Dexec_elf.h598 #define DF_1_NOHDR 0x00100000 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1494 DF_1_NOHDR = 0x00100000, enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c6466 if (val & DF_1_NOHDR) in process_dynamic_section()
6469 val ^= DF_1_NOHDR; in process_dynamic_section()