Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dobj_int_extract.c223 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() argument
244 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 …]
Dconfigure.sh1140 add_asflags -f elf${bits}
/hardware/intel/bootstub/
DAndroid.mk28 $(LOCAL_BUILT_MODULE) : PRIVATE_ELF_FILE := $(intermediates)/$(PRIVATE_MODULE).elf
76 $(LOCAL_BUILT_MODULE) : PRIVATE_ELF_FILE := $(intermediates)/$(PRIVATE_MODULE).elf
/hardware/broadcom/wlan/
D.gitignore25 *.elf
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm60 %elifidn __OUTPUT_FORMAT__,elf
595 %ifidn __OUTPUT_FORMAT__,elf
638 %ifidn __OUTPUT_FORMAT__,elf
/hardware/intel/img/libdrm/
Dconfig.sub1318 os=-elf
1321 os=-elf
Daclocal.m42316 *) objformat=elf ;;
2321 freebsd-elf*)
2660 version_type=freebsd-elf
3207 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4344 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4401 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
4487 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4515 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4534 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5635 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
[all …]
Dltmain.sh6201 freebsd-aout|freebsd-elf|sunos)
6280 freebsd-elf)
Dconfigure4646 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
7984 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9651 version_type=freebsd-elf
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm369 ; .rodata seems to be an elf-ism, as it doesn't work on OSX.