Search code examples
If an object file defines _start and doesn't use any libraries, why do I still need to link it b...


assemblylinkerldgnu-assemblerobject-files

Read More
What does a gcc output file look like and what exactly does it contain?...


gccobject-files

Read More
Are static libraries version independent?...


clinkerobject-files

Read More
Contents of a static library...


c++cgccstatic-librariesobject-files

Read More
Can I compile f90 without recreating .mod files...


modulecompilationfortrangfortranobject-files

Read More
Are JVM heap/stack different than virtual address space heap/stack?...


jvmstackheap-memorysegmentobject-files

Read More
Is there a name for converting machine code to object files?...


assemblycompilationterminologyobject-fileslinkingobjects

Read More
Converting an ELF binary into an .o file...


cexecutableelfobject-filesobjcopy

Read More
gcc linking object files with warning/optimization flags...


cgcccompiler-optimizationgcc-warningobject-files

Read More
How to make an executable file from a c object file?...


cobject-files

Read More
How can I see the 0s and 1s / machine code from a executable file / object file?...


binaryexecutablereverse-engineeringmachine-codeobject-files

Read More
Can I get objdump --full-contents to only print the raw text?...


text-processingobjdumphexdumpobject-files

Read More
Using Go in C++...


c++goshared-objectsobject-files

Read More
objdump: Can't use supplied machine MIPS...


cobjdumpobject-files

Read More
My C++ object file is too big...


c++compiler-optimizationfilesizeobject-files

Read More
How do I get the address of a C global variable through the Haskell FFI?...


haskellimportffiobject-files

Read More
When will used function not appear in object file symbol table...


c++object-files

Read More
Can we hide/obscure symbol names in the symbol table of ELF executable object file?...


unixelfobject-filessymbol-table

Read More
How to compile class.cpp and class.hpp to one .o file?...


c++object-files

Read More
What does .text.unlikely mean in ELF object files?...


symbolselfobjdumpobject-fileslikely-unlikely

Read More
Why is my Makefile rule not deleting .o files?...


makefileobject-files

Read More
Appending Items to an object file...


javaobjectoutputstreamobject-files

Read More
Generically adding object file to Link task in MSBuild in addition to existing linked files...


qtvisual-c++msbuildlinkerobject-files

Read More
How Do I Link An Object File Into a UEFI DXE/EFI Driver?...


linker.objuefiobject-filesedk2

Read More
What does an object file 'do' and why is it required?...


assemblyobject-files

Read More
C Prototype Function - object file...


clinuxelfobject-filessymbol-table

Read More
How is standard library for programming language implemented?...


compiler-constructionlinkerlanguage-agnosticobject-files

Read More
RISC-V: Size of code size in an object file which is not linked...


gccelfriscvobject-filesreadelf

Read More
C++ Multiple Definition of Struct...


c++structlinkerheader-filesobject-files

Read More
How to disable auto ".lib" attaching when I add the dependencies with cmake?...


cmakeobject-files

Read More
BackNext