Home
last modified time | relevance | path

Searched refs:ELF_K_AR (Results 1 – 25 of 30) 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_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_end.c62 if (elf->kind == ELF_K_AR) in elf_end()
109 case ELF_K_AR: in elf_end()
Delf_begin.c60 ELF_K_AR, 0); in file_read_ar()
524 case ELF_K_AR: in __libelf_read_mmaped_file()
577 case ELF_K_AR: in read_unmmaped_file()
986 if (ref->kind != ELF_K_AR) in dup_elf()
1049 if (ref->kind == ELF_K_AR) in lock_dup_elf()
Dlibelf.h159 ELF_K_AR, /* Archive. */ enumerator
Delf_getarsym.c79 if (elf->kind != ELF_K_AR) in elf_getarsym()
/external/elfutils/libdwfl/
Dopen.c137 elf->kind = ELF_K_AR; in __libdw_open_file()
159 && !(archive_ok && kind == ELF_K_AR)) in __libdw_open_file()
Dcore-file.c67 : parent->kind == ELF_K_AR ? SARMAG in elf_begin_rand()
76 if (parent->kind == ELF_K_AR) in elf_begin_rand()
Doffline.c120 case ELF_K_AR: in process_file()
/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/src/
Dsize.c309 else if (likely (elf_kind (elf) == ELF_K_AR)) in process_file()
384 else if (likely (elf_kind (subelf) == ELF_K_AR)) in handle_ar()
Dranlib.c180 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
Dobjdump.c274 else if (elf_kind (elf) == ELF_K_AR) in process_file()
335 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dld.h265 return elf_kind (file->elf) == ELF_K_AR; in ld_file_ar_p()
Dnm.c399 else if (elf_kind (elf) == ELF_K_AR) in process_file()
499 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Delfcompress.c346 if (kind == ELF_K_AR) in process_file()
Dstrip.c367 case ELF_K_AR: in process_file()
2260 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dld.c1074 else if (elf_kind (elf) == ELF_K_AR) in try()

12