OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STT_FUNC
(Results
1 - 25
of
310
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gcc/dist/libgcc/config/bfin/
lib1funcs.S
30
.type ___divsi3,
STT_FUNC
;
61
.type ___modsi3,
STT_FUNC
;
79
.type ___udivsi3,
STT_FUNC
;
107
.type ___umodsi3,
STT_FUNC
;
120
.type ___umulsi3_highpart,
STT_FUNC
;
136
.type ___smulsi3_highpart,
STT_FUNC
;
151
.type ___muldi3,
STT_FUNC
;
/src/external/gpl3/gcc.old/dist/libgcc/config/bfin/
lib1funcs.S
30
.type ___divsi3,
STT_FUNC
;
61
.type ___modsi3,
STT_FUNC
;
79
.type ___udivsi3,
STT_FUNC
;
107
.type ___umodsi3,
STT_FUNC
;
120
.type ___umulsi3_highpart,
STT_FUNC
;
136
.type ___smulsi3_highpart,
STT_FUNC
;
151
.type ___muldi3,
STT_FUNC
;
/src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/
ELFStub.h
30
Func = ELF::
STT_FUNC
,
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSymbolELF.cpp
103
case ELF::
STT_FUNC
:
133
return ELF::
STT_FUNC
;
/src/external/gpl3/gcc/dist/libgcc/config/c6x/
lib1funcs.S
45
.type __c6xabi_divi,
STT_FUNC
77
.type __c6xabi_remi,
STT_FUNC
82
.type __c6xabi_divremi,
STT_FUNC
141
.type __c6xabi_divu,
STT_FUNC
146
.type __c6xabi_divremu,
STT_FUNC
229
.type __c6xabi_remu,
STT_FUNC
284
.type __c6xabi_strasgi_64plus,
STT_FUNC
306
.type __c6xabi_strasgi,
STT_FUNC
382
.type __c6xabi_push_rts,
STT_FUNC
398
.type __c6xabi_pop_rts,
STT_FUNC
[
all
...]
libunwind.S
20
.type restore_core_regs,
STT_FUNC
73
.type \name,
STT_FUNC
/src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
lib1funcs.S
45
.type __c6xabi_divi,
STT_FUNC
77
.type __c6xabi_remi,
STT_FUNC
82
.type __c6xabi_divremi,
STT_FUNC
141
.type __c6xabi_divu,
STT_FUNC
146
.type __c6xabi_divremu,
STT_FUNC
229
.type __c6xabi_remu,
STT_FUNC
284
.type __c6xabi_strasgi_64plus,
STT_FUNC
306
.type __c6xabi_strasgi,
STT_FUNC
382
.type __c6xabi_push_rts,
STT_FUNC
398
.type __c6xabi_pop_rts,
STT_FUNC
[
all
...]
libunwind.S
20
.type restore_core_regs,
STT_FUNC
73
.type \name,
STT_FUNC
/src/sys/ddb/
db_elf.c
289
ELF_ST_TYPE(symp->st_info) !=
STT_FUNC
)
300
==
STT_FUNC
&&
407
case
STT_FUNC
:
/src/external/bsd/elftosb/dist/common/
ELF.h
304
STT_FUNC
= 2, //!< The symbol is associated with a function or other executable code.
/src/external/cddl/osnet/dist/common/ctf/
ctf_lookup.c
267
if (ELF32_ST_TYPE(symp->st_info) !=
STT_FUNC
)
271
if (ELF64_ST_TYPE(symp->st_info) !=
STT_FUNC
)
/src/lib/libc/gen/
nlist_elf32.c
200
case
STT_FUNC
:
312
case
STT_FUNC
:
/src/libexec/ld.elf_so/arch/mips/
mips_reloc.c
280
if (ELF_ST_TYPE(sym->st_info) ==
STT_FUNC
&&
300
if (ELF_ST_TYPE(sym->st_info) ==
STT_FUNC
&&
561
if (ELF_ST_TYPE(sym->st_info) ==
STT_FUNC
)
/src/usr.sbin/lockstat/
elf32.c
180
st =
STT_FUNC
;
/src/usr.sbin/tprof/
ksyms.c
121
if (GELF_ST_TYPE(st->st_info) !=
STT_FUNC
) {
/src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c
140
&& sym->st_type !=
STT_FUNC
)
188
&& sym->st_type !=
STT_FUNC
)
306
&& this_link_sym->st_type !=
STT_FUNC
)
320
if ((this_link_sym->st_type ==
STT_FUNC
)
400
&& this_link_sym->st_type !=
STT_FUNC
)
412
if ((this_link_sym->st_type ==
STT_FUNC
)
ctf-lookup.c
702
|| (symp->st_type !=
STT_FUNC
&& is_function == 1))
772
if (sym.st_type ==
STT_FUNC
)
1150
if (!sym || (sym->st_type != STT_OBJECT && sym->st_type !=
STT_FUNC
)
1152
|| (sym->st_type !=
STT_FUNC
&& is_function == 1))
/src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c
134
&& sym->st_type !=
STT_FUNC
)
182
&& sym->st_type !=
STT_FUNC
)
300
&& this_link_sym->st_type !=
STT_FUNC
)
314
if ((this_link_sym->st_type ==
STT_FUNC
)
394
&& this_link_sym->st_type !=
STT_FUNC
)
406
if ((this_link_sym->st_type ==
STT_FUNC
)
/src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c
134
&& sym->st_type !=
STT_FUNC
)
182
&& sym->st_type !=
STT_FUNC
)
300
&& this_link_sym->st_type !=
STT_FUNC
)
314
if ((this_link_sym->st_type ==
STT_FUNC
)
394
&& this_link_sym->st_type !=
STT_FUNC
)
406
if ((this_link_sym->st_type ==
STT_FUNC
)
/src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c
140
&& sym->st_type !=
STT_FUNC
)
188
&& sym->st_type !=
STT_FUNC
)
306
&& this_link_sym->st_type !=
STT_FUNC
)
320
if ((this_link_sym->st_type ==
STT_FUNC
)
400
&& this_link_sym->st_type !=
STT_FUNC
)
412
if ((this_link_sym->st_type ==
STT_FUNC
)
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp
135
: llvm::ELF::
STT_FUNC
,
320
case llvm::ELF::
STT_FUNC
:
/src/lib/libexecinfo/
backtrace.c
207
st = symtab_create(fd, -1,
STT_FUNC
);
/src/external/cddl/osnet/dev/fbt/aarch64/
fbt_isa.c
140
if (ELF_ST_TYPE(type) !=
STT_FUNC
)
/src/external/cddl/osnet/dev/fbt/mips/
fbt_isa.c
126
if (ELF_ST_TYPE(type) !=
STT_FUNC
)
/src/external/gpl3/binutils/dist/bfd/
elf-vxworks.c
122
htab->hplt->type =
STT_FUNC
;
Completed in 30 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Sep 08 00:25:21 UTC 2026