answersLogoWhite

0

References are resolved by their offset within the data segment.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is mean by ld?

"ld" typically stands for "linker," which is a program that takes compiled object files and libraries, and combines them to create an executable file. It resolves references between different parts of a program and produces the final binary code that can be executed by a computer.


What is the process of linking in compiler?

In a compiler, linking is the process of combining multiple object files into a single executable file. It involves resolving external references between object files and libraries, as well as organizing the memory layout of the executable. Linking typically happens after the compilation and usually involves a linker program.


What is the role of linker in program execution?

a linker is a computer program which takes one or more object files generated by compiler and link them link them to standard library and produce one executable object file. The libraries includes operating system libraries, language specific libraries and ,may be, user created libraries.


What are binary files and libraries in Linux?

Binary files are compiled programs. Libraries are external resources that one or more programs can call upon to aid them in a task.


Does linkes combines library files with SOURCE FILE?

No. Linkers combine object files and library files, which are collections of object files. All source files need to be compiled to object files.


How do you compile library?

f you have a bunch of files that contain just functions, you can turn these source files into libraries that can be used statically or dynamically by programs. This is good for program modularity, and code re-use. Write Once, Use Many.A library is basically just an archive of object files


What is mean by authority file of library?

authority files in libraries


What is the concept of where folders that gather files from different locations and display the files as if they were all saved in the same folder?

libraries


Which windows versions use libraries to logically group files?

Windows 7


What happens to the files in a library if you delete the library from your list of libraries?

They get deleted with the library


Does Linux has .dll files?

No, Linux has .so (Shared object) and .ko (Driver) files. Shared objects work in much the same way as dynamically linked libraries, except in a much better way that doesn't screw things up. There is no real Linux "DLL hell" equivalent.


What is the role of header files in c?

Header files allow the user to make use of predefined libraries in order to save time and reuse code.