Home
last modified time | relevance | path

Searched refs:STT_GNU_IFUNC (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm-project/llvm/test/tools/llvm-nm/
Difunc.test1 ## Test that the symbol type of STT_GNU_IFUNC is 'i'.
21 Type: STT_GNU_IFUNC
25 Type: STT_GNU_IFUNC
/external/llvm-project/lld/test/ELF/Inputs/
Dgnu-ifunc-dso.s1 .type foo STT_GNU_IFUNC
2 .type bar STT_GNU_IFUNC
/external/llvm-project/lld/test/ELF/
Dgnu-ifunc-nosym.s14 .type foo STT_GNU_IFUNC
19 .type bar STT_GNU_IFUNC
Daarch64-gnu-ifunc-nosym.s14 .type foo STT_GNU_IFUNC
19 .type bar STT_GNU_IFUNC
Dgnu-ifunc-nosym-i386.s14 .type foo STT_GNU_IFUNC
19 .type bar STT_GNU_IFUNC
Darm-gnu-ifunc-nosym.s14 .type foo STT_GNU_IFUNC
19 .type bar STT_GNU_IFUNC
Dgnu-ifunc-noplt.s62 .type foo STT_GNU_IFUNC
67 .type bar STT_GNU_IFUNC
Daarch64-gnu-ifunc-plt.s84 .type foo STT_GNU_IFUNC
89 .type bar STT_GNU_IFUNC
Dgnu-ifunc-plt.s95 .type foo STT_GNU_IFUNC
100 .type bar STT_GNU_IFUNC
Dgnu-ifunc-noplt-i386.s56 .type foo STT_GNU_IFUNC
61 .type bar STT_GNU_IFUNC
Dgnu-ifunc.s117 .type foo STT_GNU_IFUNC
122 .type bar STT_GNU_IFUNC
Daarch64-gnu-ifunc.s128 .type foo STT_GNU_IFUNC
133 .type bar STT_GNU_IFUNC
Dgnu-ifunc-plt-i386.s82 .type foo STT_GNU_IFUNC
87 .type bar STT_GNU_IFUNC
Darm-gnu-ifunc-plt.s85 .type foo STT_GNU_IFUNC
90 .type bar STT_GNU_IFUNC
Dgnu-ifunc-shared.s61 .type fct, STT_GNU_IFUNC
67 .type fct2, STT_GNU_IFUNC
Dgnu-ifunc-i386.s134 .type foo STT_GNU_IFUNC
142 .type bar STT_GNU_IFUNC
Darm-gnu-ifunc.s8 .type foo STT_GNU_IFUNC
13 .type bar STT_GNU_IFUNC
Darm-thumb-interwork-ifunc.s19 .type foo1 STT_GNU_IFUNC
23 .type foo STT_GNU_IFUNC
Dpartition-move-to-main.s33 .type ifunc1 STT_GNU_IFUNC
37 .type ifunc2 STT_GNU_IFUNC
Dgnu-ifunc-dyntags.s30 .type foo STT_GNU_IFUNC
35 .type bar STT_GNU_IFUNC
/external/bcc/src/cc/includes/
Dbcc_syms.h34 #ifndef STT_GNU_IFUNC
35 #define STT_GNU_IFUNC 10 macro
/external/bcc/src/cc/
Dbcc_syms.h34 #ifndef STT_GNU_IFUNC
35 #define STT_GNU_IFUNC 10 macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp115 case ELF::STT_GNU_IFUNC: in setType()
141 return ELF::STT_GNU_IFUNC; in getType()
/external/llvm-project/llvm/lib/MC/
DMCSymbolELF.cpp115 case ELF::STT_GNU_IFUNC: in setType()
141 return ELF::STT_GNU_IFUNC; in getType()
/external/llvm/lib/MC/
DMCSymbolELF.cpp117 case ELF::STT_GNU_IFUNC: in setType()
143 return ELF::STT_GNU_IFUNC; in getType()

1234