Searched refs:symidx (Results 1 – 20 of 20) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/WinCFGuard/ |
D | cfguard-giats.ll | 34 ; CHECK-NEXT: .symidx target_func1 35 ; CHECK-NEXT: .symidx target_func2 36 ; CHECK-NEXT: .symidx target_func3 37 ; CHECK-NOT: .symidx 39 ; CHECK-NEXT: .symidx __imp_target_func1 40 ; CHECK-NEXT: .symidx __imp_target_func3 41 ; CHECK-NOT: .symidx
|
D | cfguard-cast.ll | 33 ; CHECK-NEXT: .symidx escaped_cast 34 ; CHECK-NOT: .symidx
|
D | cfguard.ll | 7 ; CHECK: .symidx "?address_taken@@YAXXZ" 8 ; CHECK: .symidx "?virt_method@Derived@@UEBAHXZ"
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | symidx.s | 8 .symidx bar 9 .symidx foo
|
/external/llvm-project/lld/test/COFF/ |
D | gfids-corrupt.s | 60 .symidx f1 64 .symidx f2
|
D | gfids-icf.s | 78 .symidx icf1 79 .symidx icf2
|
D | gfids-gc.s | 101 .symidx f 121 .symidx g
|
D | guardcf-align.s | 37 .symidx foo
|
D | guard-longjmp.s | 66 .symidx .Lljmp1
|
D | giats.s | 99 .symidx __imp_exportfn1
|
/external/elfutils/src/ |
D | elflint.c | 2204 Elf32_Word symidx = ((Elf32_Word *) data->d_buf)[cnt]; in check_gnu_hash() local 2206 if (symidx == 0) in check_gnu_hash() 2209 if (symidx < symbias) in check_gnu_hash() 2217 while (symidx - symbias < maxidx) in check_gnu_hash() 2222 + symidx in check_gnu_hash() 2229 GElf_Sym *sym = gelf_getsym (symdata, symidx, &sym_mem); in check_gnu_hash() 2234 idx, section_name (ebl, idx), symidx, in check_gnu_hash() 2247 idx, section_name (ebl, idx), symidx, in check_gnu_hash() 2256 idx, section_name (ebl, idx), symidx, in check_gnu_hash() 2280 ++symidx; in check_gnu_hash() [all …]
|
D | strip.c | 2221 size_t symidx = GELF_R_SYM (rel_mem.r_info); in handle_elf() local 2222 elf_assert (symidx < symidxn); in handle_elf() 2223 if (newsymidx[symidx] != symidx) in handle_elf() 2226 = GELF_R_INFO (newsymidx[symidx], in handle_elf() 2240 size_t symidx = GELF_R_SYM (rel_mem.r_info); in handle_elf() local 2241 elf_assert (symidx < symidxn); in handle_elf() 2242 if (newsymidx[symidx] != symidx) in handle_elf() 2245 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cfguard-checks.ll | 245 ; X32-NEXT: .symidx $cfgsj_func_cf_setjmp0 246 ; X32-NEXT: .symidx $cfgsj_func_cf_setjmp1 249 ; X64-NEXT: .symidx $cfgsj_func_cf_setjmp0 250 ; X64-NEXT: .symidx $cfgsj_func_cf_setjmp1
|
/external/elfutils/libasm/ |
D | asm_newcomsym.c | 84 result->symidx = 0; in asm_newcomsym()
|
D | asm_newabssym.c | 82 result->symidx = 0; in asm_newabssym()
|
D | asm_newsym.c | 87 result->symidx = 0; in asm_newsym()
|
D | libasmP.h | 207 size_t symidx; member
|
D | asm_end.c | 271 sym->symidx = ptr; in binary_end() 375 ? runp->signature->symidx : 0); in binary_end()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | cfguard-checks.ll | 133 ; CHECK-NEXT: .symidx $cfgsj_func_cf_setjmp0 134 ; CHECK-NEXT: .symidx $cfgsj_func_cf_setjmp1
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | cfguard-checks.ll | 138 ; CHECK-NEXT: .symidx $cfgsj_func_cf_setjmp0 139 ; CHECK-NEXT: .symidx $cfgsj_func_cf_setjmp1
|