HomeSort by relevance Sort by last modified time
    Searched refs:ELFSEEK (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/tools/elfextract/
elfextract.c 46 #define ELFSEEK(offset) ((void *)(image + offset))
76 allphdrs = ELFSEEK(eh->e_phoff);
96 bytes = ELFSEEK(phdr->p_offset);
146 allphdrs = ELFSEEK(eh->e_phoff);
166 bytes = ELFSEEK(phdr->p_offset);
243 ident = ELFSEEK(0);
251 hdr = ELFSEEK(0);
254 hdr = ELFSEEK(0);
  /onnv/onnv-gate/usr/src/tools/mbh_patch/
mbh_patch.c 46 #define ELFSEEK(offset) ((void *)(image + offset))
80 if ((phdrs = ELFSEEK(eh->e_phoff)) == NULL) {
91 mbh = ELFSEEK(mem);
198 ident = ELFSEEK(0);
207 hdr = ELFSEEK(0);

Completed in 60 milliseconds