Home
last modified time | relevance | path

Searched defs:elf_int (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toybox/toys/posix/
H A Dfile.c37 long long (*elf_int)(void *ptr, unsigned size) = (endian==2)?peek_be:peek_le; local
/aosp_15_r20/external/toybox/toys/other/
H A Dreadelf.c73 static unsigned elf_int(char **p) in elf_int() function