Home
last modified time | relevance | path

Searched refs:get_16_sl (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/libinstaller/
Dsyslxmod.c87 return (char *)img + get_16_sl(offset_p); in ptr()
92 return (char _slimg *)img + get_16_sl(offset_p); in slptr()
156 nptrs = get_16_sl(&epa->secptrcnt); in syslinux_patch()
177 if (get_16_sl(&epa->dirlen) < sublen) { in syslinux_patch()
187 if (get_16_sl(&epa->subvollen) < sublen) { in syslinux_patch()
Dsyslxint.h126 uint16_t get_16_sl(const uint16_t _slimg * p);
144 static inline uint16_t get_16_sl(const uint16_t _slimg * p) in get_16_sl() function
/external/syslinux/dos/
Dgetsetsl.c38 uint16_t get_16_sl(const uint16_t * p) in get_16_sl() function