Home
last modified time | relevance | path

Searched refs:notecount (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/file/src/
H A Delfclass.h35 notecount = ms->elf_notes_max;
46 fsize, &flags, &notecount) == -1)
61 fsize, shnum, &flags, &notecount) == -1)
73 &flags, &notecount) == -1)
80 if (notecount == 0)
H A Dreadelf.c351 int num, size_t size, off_t fsize, int *flags, uint16_t *notecount) in dophn_core() argument
414 clazz, swap, 4, flags, notecount, fd, ph_off, in dophn_core()
1157 int clazz, int swap, size_t align, int *flags, uint16_t *notecount, in donote() argument
1167 if (*notecount == 0) in donote()
1169 --*notecount; in donote()
1351 uint16_t *notecount) in doshn() argument
1480 xsh_size, clazz, swap, 4, flags, notecount, in doshn()
1657 uint16_t *notecount) in dophn_exec() argument
1782 flags, notecount, fd, 0, 0, 0); in dophn_exec()
1831 uint16_t type, phnum, shnum, notecount; in file_tryelf() local