From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthew green To: "Frank Ch. Eigler" Cc: sid@sources.redhat.com Subject: re: elf-loader - accessor naming alternative Date: Sat, 13 Jan 2001 16:05:00 -0000 Message-id: <16531.979430673@cygnus.com> References: <20010113133802.D10767@redhat.com> X-SW-Source: 2001-q1/msg00036.html Somewhat to contradict my last suggestion regarding the accessor names of the new elf64-capable loader, consider extending the loader so that it can decide whether each incoming program section is code or data, and direct the contents via the appropriate accessor. actually, it already uses the insn accessor if the (program) header flags indicate read & execute perms. .mrg.