Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 252 Bytes

File metadata and controls

16 lines (6 loc) · 252 Bytes

Question 92

Is there a connection between assembly sections and ELF sections?

Answer

Assembly sections are transformed into ELF sections. Not all ELF sections are generated from assembly (e.g. line).

prev +++ next