Searched refs:IMAGE_FILE_RELOCS_STRIPPED (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dpe.h24 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dpe.h105 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 macro
H A Dlibpe_coff.c329 ch->ch_char |= IMAGE_FILE_RELOCS_STRIPPED;
/freebsd-11-stable/stand/efi/include/amd64/
H A Dpe.h86 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 // Relocation info stripped from file. macro
/freebsd-11-stable/stand/efi/include/i386/
H A Dpe.h86 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 // Relocation info stripped from file. macro
/freebsd-11-stable/sys/compat/ndis/
H A Dpe_var.h128 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 /* No relocation info */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h128 IMAGE_FILE_RELOCS_STRIPPED = 0x0001,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp245 BCase(IMAGE_FILE_RELOCS_STRIPPED);
/freebsd-11-stable/contrib/binutils/bfd/
H A DpeXXigen.c1849 PF (IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped");
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1311 coff->Characteristics |= IMAGE_FILE_RELOCS_STRIPPED;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp367 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_RELOCS_STRIPPED ),

Completed in 103 milliseconds