OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XELF_ST_TYPE
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
xelf.h
116
# define
XELF_ST_TYPE
(info) ELF32_ST_TYPE (info)
248
# define
XELF_ST_TYPE
(info) ELF64_ST_TYPE (info)
376
# define
XELF_ST_TYPE
(info) GELF_ST_TYPE (info)
ldgeneric.c
504
if (
XELF_ST_TYPE
(sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE
505
&& unlikely (oldp->type !=
XELF_ST_TYPE
(sym->st_info)))
516
ebl_symbol_type_name (ld_state.ebl,
XELF_ST_TYPE
(sym->st_info),
520
else if (
XELF_ST_TYPE
(sym->st_info) == STT_OBJECT
612
ebl_symbol_type_name (ld_state.ebl,
XELF_ST_TYPE
(sym->st_info),
692
oldp->type =
XELF_ST_TYPE
(sym->st_info);
[
all
...]
i386_ld.c
146
if (
XELF_ST_TYPE
(sym->st_info) == STT_SECTION)
Completed in 367 milliseconds