/prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/ |
libclang_rt.scudo-x86_64.a | [all...] |
libclang_rt.safestack-x86_64.a | [all...] |
libclang_rt.dfsan-x86_64.a | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/ |
libclang_rt.stats-x86_64.a | [all...] |
libclang_rt.ubsan_standalone-x86_64.a | [all...] |
libclang_rt.xray-x86_64.a | [all...] |
libclang_rt.lsan-x86_64.a | [all...] |
libclang_rt.scudo-x86_64.a | [all...] |
libclang_rt.cfi-x86_64.a | [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/ |
libclang_rt.stats-x86_64.a | [all...] |
libclang_rt.ubsan_standalone-x86_64.a | [all...] |
libclang_rt.xray-x86_64.a | [all...] |
libclang_rt.lsan-x86_64.a | [all...] |
libclang_rt.scudo-x86_64.a | [all...] |
libclang_rt.cfi-x86_64.a | [all...] |
/external/elfutils/libdw/ |
dwarf_getcfi_elf.c | 102 if (unlikely (read_encoded_value (&dummy_cfi, eh_frame_ptr_encoding, &h, 109 if (unlikely (read_encoded_value (&dummy_cfi, fde_count_encoding, &h, 153 if (unlikely (search_table == (void *) -1l 197 if (unlikely (elf_getphdrnum (elf, &phnum) != 0)) 204 if (unlikely (phdr == NULL)) 250 if (unlikely (cfi->search_table == (void *) -1l 261 if (unlikely (eh_frame_vaddr != shdr->sh_addr)) 324 if (unlikely (ehdr == NULL))
|
dwarf_getpubnames.c | 81 else if (unlikely (len >= DWARF3_LENGTH_MIN_ESCAPE_CODE 100 if (unlikely (version != 2)) 150 if (unlikely (offset < 0)) 157 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL 164 if (dbg->pubnames_nsets == 0 && unlikely (get_offsets (dbg) != 0)) 217 if (unlikely (readp == NULL))
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/ |
libclang_rt.safestack-x86_64.a | [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/ |
libclang_rt.safestack-x86_64.a | [all...] |
libclang_rt.scudo-x86_64.a | [all...] |
/art/runtime/mirror/ |
array.cc | 55 if (UNLIKELY(new_array == nullptr)) { 66 if (UNLIKELY(sub_array == nullptr)) { 89 if (UNLIKELY(dimension < 0)) { 101 if (UNLIKELY(array_class == nullptr)) { 108 if (UNLIKELY(array_class == nullptr)) { 115 if (UNLIKELY(new_array == nullptr)) {
|
/external/elfutils/libcpu/ |
memory-access.h | 54 (unlikely (MACHINE_ENCODING != __BYTE_ORDER) \ 58 (unlikely (MACHINE_ENCODING != __BYTE_ORDER) \ 65 (unlikely (MACHINE_ENCODING != __BYTE_ORDER) \ 69 (unlikely (MACHINE_ENCODING != __BYTE_ORDER) \ 74 (unlikely (MACHINE_ENCODING != __BYTE_ORDER) \ 78 (unlikely (MACHINE_ENCODING != __BYTE_ORDER) \
|
/external/elfutils/libdwfl/ |
dwfl_module_getsym.c | 37 if (unlikely (mod == NULL)) 40 if (unlikely (mod->symdata == NULL)) 97 if (unlikely (sym == NULL)) 114 alloc = unlikely (shdr == NULL) || (shdr->sh_flags & SHF_ALLOC); 164 if (unlikely (result != DWFL_E_NOERROR)) 184 if (unlikely (sym->st_name >= symstrdata->d_size))
|
/external/elfutils/libelf/ |
elf32_newphdr.c | 53 if (unlikely (elf->kind != ELF_K_ELF)) 59 if (unlikely ((ElfW2(LIBELFBITS,Word)) count != count)) 69 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS))) 76 if (unlikely (elf->state.ELFW(elf,LIBELFBITS).ehdr == NULL)) 115 if (unlikely (count > SIZE_MAX / sizeof (ElfW2(LIBELFBITS,Phdr)))) 123 if (unlikely (count >= PN_XNUM && scn0->shdr.ELFW(e,LIBELFBITS) == NULL))
|
elf_getdata_rawchunk.c | 46 if (unlikely (elf == NULL)) 49 if (unlikely (elf->kind != ELF_K_ELF)) 56 if (unlikely (offset < 0 || (uint64_t) offset > elf->maximum_size 108 if (unlikely ((size_t) pread_retry (elf->fildes, rawchunk, size, 134 if (unlikely (buffer == NULL)) 149 if (unlikely (buffer == NULL))
|