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

/freebsd-current/usr.bin/elfctl/
H A Delfctl.c96 bool editfeatures, lflag, endian_swap; local
169 endian_swap = false;
171 endian_swap = true;
180 argv[0], endian_swap)) {
185 features, endian_swap)) {
295 edit_file_features(Elf *elf, int phcount, int fd, char *val, bool endian_swap) argument
301 endian_swap)) {
313 if (endian_swap)
338 bool endian_swap)
344 endian_swap)) {
337 print_file_features(Elf *elf, int phcount, int fd, char *filename, bool endian_swap) argument
362 get_file_features(Elf *elf, int phcount, int fd, uint32_t *features, uint64_t *off, bool endian_swap) argument
[all...]

Completed in 56 milliseconds