Home
last modified time | relevance | path

Searched refs:ELF_K_AR (Results 1 – 25 of 27) sorted by relevance

12

/external/elfutils/libelf/
Delf_readall.c46 if (elf->kind == ELF_K_AR) in set_address()
56 if (child->kind == ELF_K_AR) in set_address()
137 if (elf->kind == ELF_K_AR) in __libelf_readall()
Dcommon.h47 return ELF_K_AR; in determine_kind()
102 if (elf->kind == ELF_K_AR) in libelf_acquire_all()
120 if (elf->kind == ELF_K_AR) in libelf_release_all()
Delf_getaroff.c50 assert (parent->kind == ELF_K_AR); in elf_getaroff()
Delf_end.c62 if (elf->kind == ELF_K_AR) in elf_end()
109 case ELF_K_AR: in elf_end()
Delf_rand.c44 if (elf == NULL || elf->kind != ELF_K_AR) in elf_rand()
Delf_getarhdr.c70 assert (parent->kind == ELF_K_AR); in elf_getarhdr()
Delf_next.c53 assert (parent->kind == ELF_K_AR); in elf_next()
Delf_begin.c59 ELF_K_AR, 0); in file_read_ar()
552 case ELF_K_AR: in __libelf_read_mmaped_file()
605 case ELF_K_AR: in read_unmmaped_file()
1033 if (ref->kind != ELF_K_AR) in dup_elf()
1096 if (ref->kind == ELF_K_AR) in lock_dup_elf()
Delf_getarsym.c79 if (elf->kind != ELF_K_AR) in elf_getarsym()
Dlibelf.h185 ELF_K_AR, /* Archive. */ enumerator
/external/elfutils/tests/
Dsaridx.c133 if (elf_kind (elf) != ELF_K_AR) in main()
164 case ELF_K_AR: in main()
Darls.c66 if (elf_kind (elf) != ELF_K_AR) in handle()
Darsymtest.c67 if (elf_kind (elf) != ELF_K_AR) in main()
Darextract.c65 if (elf_kind (elf) != ELF_K_AR) in main()
/external/elfutils/libdwfl/
Dopen.c142 elf->kind = ELF_K_AR; in libdw_open_elf()
164 && !(archive_ok && kind == ELF_K_AR)) in libdw_open_elf()
Dcore-file.c66 : parent->kind == ELF_K_AR ? SARMAG in elf_begin_rand()
75 if (parent->kind == ELF_K_AR) in elf_begin_rand()
Doffline.c124 case ELF_K_AR: in process_file()
/external/elfutils/src/
Dsize.c292 else if (likely (elf_kind (elf) == ELF_K_AR)) in process_file()
367 else if (likely (elf_kind (subelf) == ELF_K_AR)) in handle_ar()
Dranlib.c164 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
Dobjdump.c262 else if (elf_kind (elf) == ELF_K_AR) in process_file()
323 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dnm.c385 else if (elf_kind (elf) == ELF_K_AR) in process_file()
485 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Delfcompress.c352 if (kind == ELF_K_AR) in process_file()
Dstrip.c773 case ELF_K_AR: in process_file()
2727 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dar.c402 if (flags == O_RDONLY && elf_kind (*elf) != ELF_K_AR) in open_archive()
Delflint.c245 case ELF_K_AR: in process_file()
272 if (kind == ELF_K_ELF || kind == ELF_K_AR) in process_file()

12