Linus Groh 
								
							 
						 
						
							
							
							
							
								
							
							
								bcfc6f0c57 
								
							 
						 
						
							
							
								
								Everywhere: Fix more typos  
							
							
							
						 
						
							2020-10-03 12:36:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								413db2d6d5 
								
							 
						 
						
							
							
								
								LibELF: Ignore PT_GNU_STACK headers  
							
							... 
							
							
							
							We always map stacks R/W (never X), so we can just ignore this header
as far as I understand. 
							
						 
						
							2020-08-20 10:12:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								f8b00aa290 
								
							 
						 
						
							
							
								
								LibGfx: Unpublish Gfx::Size from the global namespace  
							
							
							
						 
						
							2020-02-06 13:32:14 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Kaster 
								
							 
						 
						
							
							
							
							
								
							
							
								a18b37880e 
								
							 
						 
						
							
							
								
								LibELF: Add ELFDynamicObject to dynamically load libaries  
							
							... 
							
							
							
							This patch also adds some missing relocation defines to exec_elf.h,
and a few helper classes/methods to ELFImage so that we can use it
for our dynamically loaded libs and not just main program images from
the kernel :) 
							
						 
						
							2020-01-01 17:48:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								c10a5ac4ad 
								
							 
						 
						
							
							
								
								LibELF: Restore the relocation code from git history  
							
							... 
							
							
							
							This is going to be very useful for implementing kernel modules.
We'll also need it for dynamic linking later on. 
							
						 
						
							2019-11-28 20:53:02 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								49635e62fa 
								
							 
						 
						
							
							
								
								LibELF: Move AK/ELF/ into Libraries/LibELF/  
							
							... 
							
							
							
							Let's arrange things like this instead. It didn't feel right for all of
the ELF handling code to live in AK. 
							
						 
						
							2019-11-06 13:42:38 +01:00