Searched refs:notecount (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | elfclass.h | 35 notecount = ms->elf_notes_max; 46 fsize, &flags, ¬ecount) == -1) 61 fsize, shnum, &flags, ¬ecount) == -1) 73 &flags, ¬ecount) == -1) 80 if (notecount == 0)
|
H A D | readelf.c | 352 int num, size_t size, off_t fsize, int *flags, uint16_t *notecount) in dophn_core() argument 415 clazz, swap, 4, flags, notecount, fd, ph_off, in dophn_core() 1216 int clazz, int swap, size_t align, int *flags, uint16_t *notecount, in donote() argument 1226 if (*notecount == 0) in donote() 1228 --*notecount; in donote() 1415 uint16_t *notecount) in doshn() argument 1544 xsh_size, clazz, swap, 4, flags, notecount, in doshn() 1723 uint16_t *notecount) in dophn_exec() argument 1847 flags, notecount, fd, 0, 0, 0); in dophn_exec() 1897 uint16_t type, phnum, shnum, notecount; in file_tryelf() local
|