Home
last modified time | relevance | path

Searched refs:DF_1_PIE (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/file/src/
H A Dreadelf.h543 #define DF_1_PIE 0x08000000 /* Position Independent Executable */ macro
H A Dreadelf.c1140 if (xdh_val & DF_1_PIE) in dodynamic()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h887 #define DF_1_PIE 0x08000000 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h1092 #define DF_1_PIE 0x08000000 macro
/dragonfly/contrib/binutils-2.34/ld/
H A Dldelf.c65 link_info.flags_1 |= (bfd_vma) DF_1_PIE; in ldelf_after_parse()
/dragonfly/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em121 link_info.flags_1 |= (bfd_vma) DF_1_PIE;
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9469 if (val & DF_1_PIE) in process_dynamic_section()
9472 val ^= DF_1_PIE; in process_dynamic_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10295 if (val & DF_1_PIE) in process_dynamic_section()
10298 val ^= DF_1_PIE; in process_dynamic_section()