Home | History | Annotate | Download | only in libinstaller

Lines Matching refs:_slimg

35 static void generate_extents(struct syslinux_extent _slimg *ex, int nptrs,
85 static inline void *ptr(void *img, const uint16_t _slimg *offset_p)
89 static inline void _slimg *slptr(void _slimg *img,
90 const uint16_t _slimg *offset_p)
92 return (char _slimg *)img + get_16_sl(offset_p);
110 struct patch_area _slimg *patcharea;
111 struct ext_patch_area _slimg *epa;
112 struct syslinux_extent _slimg *ex;
113 const uint32_t _slimg *wp;
118 uint64_t _slimg *advptrs;
124 for (wp = (const uint32_t _slimg *)boot_image;
128 patcharea = (struct patch_area _slimg *)wp;
198 for (i = 0, wp = (const uint32_t _slimg *)boot_image; i < dw; i++, wp++)