Home
last modified time | relevance | path

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

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