Home
last modified time | relevance | path

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

12

/third_party/elfutils/libelf/
Delf_readall.c44 if (elf->kind == ELF_K_AR) in set_address()
54 if (child->kind == ELF_K_AR) in set_address()
135 if (elf->kind == ELF_K_AR) in __libelf_readall()
Dcommon.h44 return ELF_K_AR; in determine_kind()
99 if (elf->kind == ELF_K_AR) in libelf_acquire_all()
117 if (elf->kind == ELF_K_AR) in libelf_release_all()
Delf_getaroff.c50 assert (parent->kind == ELF_K_AR); in elf_getaroff()
Delf_end.c61 if (elf->kind == ELF_K_AR) in elf_end()
108 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.c57 ELF_K_AR, 0); in file_read_ar()
568 case ELF_K_AR: in __libelf_read_mmaped_file()
621 case ELF_K_AR: in read_unmmaped_file()
1075 if (ref->kind != ELF_K_AR) in dup_elf()
1138 if (ref->kind == ELF_K_AR) in lock_dup_elf()
Delf_getarsym.c75 if (elf->kind != ELF_K_AR) in elf_getarsym()
Dlibelf.h185 ELF_K_AR, /* Archive. */ enumerator
/third_party/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()
/third_party/elfutils/libdwfl/
Dopen.c151 elf->kind = ELF_K_AR; in libdw_open_elf()
173 && !(archive_ok && kind == ELF_K_AR)) in libdw_open_elf()
Dcore-file.c61 : parent->kind == ELF_K_AR ? SARMAG in elf_begin_rand()
70 if (parent->kind == ELF_K_AR) in elf_begin_rand()
Doffline.c125 case ELF_K_AR: in process_file()
/third_party/elfutils/src/
Dsize.c291 else if (likely (elf_kind (elf) == ELF_K_AR)) in process_file()
366 else if (likely (elf_kind (subelf) == ELF_K_AR)) in handle_ar()
Dranlib.c163 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
Delfclassify.c170 case ELF_K_AR: in elf_kind_string()
441 return elf_kind (elf) == ELF_K_AR; in is_elf_archive()
Dobjdump.c261 else if (elf_kind (elf) == ELF_K_AR) in process_file()
322 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dnm.c384 else if (elf_kind (elf) == ELF_K_AR) in process_file()
484 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Delfcompress.c322 if (kind == ELF_K_AR) in process_file()
Dstrip.c803 case ELF_K_AR: in process_file()
2746 else if (elf_kind (subelf) == ELF_K_AR) in handle_ar()
Dar.c401 if (flags == O_RDONLY && elf_kind (*elf) != ELF_K_AR) in open_archive()

12