Searched refs:elf (Results 1 – 10 of 10) sorted by relevance
223 if(!elf->le_data) {log_msg("Big Endian data not supported yet!\n");goto bail;}\241 int parse_elf_header(elf_obj_t *elf) { in parse_elf_header() argument244 COPY_STRUCT(&elf->e_ident, elf->buf, 0, elf->sz); in parse_elf_header()245 res = elf->e_ident[EI_MAG0] == ELFMAG0; in parse_elf_header()246 res &= elf->e_ident[EI_MAG1] == ELFMAG1; in parse_elf_header()247 res &= elf->e_ident[EI_MAG2] == ELFMAG2; in parse_elf_header()248 res &= elf->e_ident[EI_MAG3] == ELFMAG3; in parse_elf_header()249 res &= elf->e_ident[EI_CLASS] == ELFCLASS32 in parse_elf_header()250 || elf->e_ident[EI_CLASS] == ELFCLASS64; in parse_elf_header()251 res &= elf->e_ident[EI_DATA] == ELFDATA2LSB; in parse_elf_header()[all …]
1140 add_asflags -f elf${bits}
28 $(LOCAL_BUILT_MODULE) : PRIVATE_ELF_FILE := $(intermediates)/$(PRIVATE_MODULE).elf76 $(LOCAL_BUILT_MODULE) : PRIVATE_ELF_FILE := $(intermediates)/$(PRIVATE_MODULE).elf
25 *.elf
60 %elifidn __OUTPUT_FORMAT__,elf595 %ifidn __OUTPUT_FORMAT__,elf638 %ifidn __OUTPUT_FORMAT__,elf
1318 os=-elf1321 os=-elf
2316 *) objformat=elf ;;2321 freebsd-elf*)2660 version_type=freebsd-elf3207 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do4344 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then4401 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \4487 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then4515 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then4534 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then5635 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then[all …]
6201 freebsd-aout|freebsd-elf|sunos)6280 freebsd-elf)
4646 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do7984 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \9651 version_type=freebsd-elf
369 ; .rodata seems to be an elf-ism, as it doesn't work on OSX.