Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.38 SOFTWARE-EVOLUTION-LIBRARY/SOFTWARE/ELF-CISC

Class: elf-arm [sel/sw/elf-cisc]

Class precedence list: elf-arm, elf-cisc, elf, simple, software, oid-object, file-w-attributes, file, standard-object, slot-object, t

docfixme

Class: elf-cisc [sel/sw/elf-cisc]

Class precedence list: elf-cisc, elf, simple, software, oid-object, file-w-attributes, file, standard-object, slot-object, t

Executable Linkable Format (elf) binaries in complex instruction set architectures.

Class: elf-csurf [sel/sw/elf-cisc]

Class precedence list: elf-csurf, elf-cisc, elf, simple, software, oid-object, file-w-attributes, file, standard-object, slot-object, t

docfixme

Generic Function: elf-replace [sel/sw/elf-cisc] elf s1 value

Replace the contents of elf at S1 with value.

Method: elf-replace [sel/sw/elf-cisc] (elf elf) s1 value

docfixme

Class: elf-x86 [sel/sw/elf-cisc]

Class precedence list: elf-x86, elf-cisc, elf, simple, software, oid-object, file-w-attributes, file, standard-object, slot-object, t

docfixme

Generic Function: nop-p [sel/sw/elf-cisc] elf bytes

Return non-nil if bytes is a nop for elf.

Method: nop-p [sel/sw/elf-cisc] (elf elf-arm) bytes

docfixme

Method: nop-p [sel/sw/elf-cisc] (elf elf-x86) bytes

docfixme

Generic Function: pad-nops [sel/sw/elf-cisc] elf num-bytes

Return NOP(s) sufficient to fill num-bytes

Method: pad-nops [sel/sw/elf-cisc] (elf elf-arm) num-bytes

docfixme

Method: pad-nops [sel/sw/elf-cisc] (elf elf-x86) num-bytes

docfixme