Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h683 #define DF_1_EDITED 0x00200000 macro
/openbsd/sys/sys/
H A Dexec_elf.h597 #define DF_1_EDITED 0x00200000 macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1495 DF_1_EDITED = 0x00200000, // Object is modified after built. enumerator
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c6471 if (val & DF_1_EDITED) in process_dynamic_section()
6474 val ^= DF_1_EDITED; in process_dynamic_section()