OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STT_FUNC
(Results
26 - 30
of
30
) sorted by null
1
2
/external/qemu/
elf.h
178
#define
STT_FUNC
2
[
all
...]
/external/elfutils/src/
ldgeneric.c
658
if (oldp->type ==
STT_FUNC
)
682
if (likely (oldp->type ==
STT_FUNC
))
722
if (oldp->type ==
STT_FUNC
)
[
all
...]
elflint.c
739
if (GELF_R_TYPE (sym->st_info) ==
STT_FUNC
)
[
all
...]
/external/elfutils/libelf/
elf.h
450
#define
STT_FUNC
2 /* Symbol is a code object */
[
all
...]
/external/strace/
system.c
[
all
...]
Completed in 955 milliseconds
1
2