Searched defs:is_elf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm115 &is_elf
1071 sub is_elf subroutine
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c725 write_member_header(const char *filename, int fd, int is_elf, argument
753 assert(!is_elf || (pad(lseek(fd, 0, SEEK_CUR), PADSZ) == 0));
1067 int is_elf; local
1109 is_elf = listhead && (listhead->ar_flag & (F_CLASS32 | F_CLASS64));
1113 if (is_elf && (longnames == 0)) {
1121 if (is_elf) {
1244 is_elf = (fptr->ar_flag & (F_CLASS32 | F_CLASS64)) != 0;
1245 assert(!is_elf ||
1261 write_member_header(name, ar_outfile.fd, is_elf,

Completed in 62 milliseconds