Searched refs:phcount (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/elfctl/
H A Delfctl.c295 edit_file_features(Elf *elf, int phcount, int fd, char *val, bool endian_swap) argument
300 if (!get_file_features(elf, phcount, fd, &features, &off,
337 print_file_features(Elf *elf, int phcount, int fd, char *filename, argument
343 if (!get_file_features(elf, phcount, fd, &features, NULL,
362 get_file_features(Elf *elf, int phcount, int fd, uint32_t *features, argument
375 for (i = 0; i < phcount; ++i) {

Completed in 116 milliseconds