Home
last modified time | relevance | path

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

/freebsd/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, in edit_file_features()
343 if (!get_file_features(elf, phcount, fd, &features, NULL, in print_file_features()
362 get_file_features(Elf *elf, int phcount, int fd, uint32_t *features, in get_file_features() function