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

/freebsd-current/usr.bin/elfctl/
H A Delfctl.c53 static bool get_file_features(Elf *, int, int, uint32_t *, uint64_t *, bool);
300 if (!get_file_features(elf, phcount, fd, &features, &off,
343 if (!get_file_features(elf, phcount, fd, &features, NULL,
362 get_file_features(Elf *elf, int phcount, int fd, uint32_t *features, function

Completed in 105 milliseconds