Age | Commit message (Expand) | Author |
---|---|---|
2004-10-11 | add rcisd[] | Michael Shalayeff |
2004-10-10 | parse the cpu-specific ids based on the e_machine | Michael Shalayeff |
2004-10-09 | move out elf code into elf.c and generate 32 and 64 versions of it; | Michael Shalayeff |
2004-10-09 | factor out code for mapping section index into nlist type | Michael Shalayeff |
2004-08-20 | grok STT_SECTION and beautify STT_OBJECT | Michael Shalayeff |
2004-08-19 | STT_FUNC can be an absolute too | Michael Shalayeff |
2004-05-04 | dig .plt*, .got*, .init, .fini sections | Michael Shalayeff |
2004-03-30 | no need to force N_EXT as deducted later from type | Michael Shalayeff |
2004-03-30 | there is more than one way to define symbol type in elf...; kill a debugging ... | Michael Shalayeff |
2004-03-30 | translate names in .sbss section as static N_BSS; found by drahn@ | Michael Shalayeff |
2004-01-13 | kill unused local vars; from deraadt@ | Michael Shalayeff |
2004-01-05 | nm digs elf and merges w/ size; millert@ ok | Michael Shalayeff |