Home
last modified time | relevance | path

Searched refs:IMAGE_FILE_RELOCS_STRIPPED (Results 1 – 9 of 9) sorted by relevance

/freebsd/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; in libpe_write_coff_header()
/freebsd/stand/efi/include/amd64/
H A Dpe.h85 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 // Relocation info stripped from file. macro
/freebsd/stand/efi/include/i386/
H A Dpe.h85 #define IMAGE_FILE_RELOCS_STRIPPED 0x0001 // Relocation info stripped from file. macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h142 IMAGE_FILE_RELOCS_STRIPPED = 0x0001, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp781 FLAG(COFF::IMAGE_FILE_RELOCS_STRIPPED, "relocations stripped"); in printPrivateHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp251 BCase(IMAGE_FILE_RELOCS_STRIPPED); in bitset()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1609 coff->Characteristics |= IMAGE_FILE_RELOCS_STRIPPED; in writeHeader()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp368 LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_FILE_RELOCS_STRIPPED ),