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/0.153/src/
xelf.h
128
# define
XELF_ST_TYPE
(info) ELF32_ST_TYPE (info)
260
# define
XELF_ST_TYPE
(info) ELF64_ST_TYPE (info)
388
# define
XELF_ST_TYPE
(info) GELF_ST_TYPE (info)
ldgeneric.c
565
if (
XELF_ST_TYPE
(sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE
566
&& unlikely (oldp->type !=
XELF_ST_TYPE
(sym->st_info)))
577
ebl_symbol_type_name (ld_state.ebl,
XELF_ST_TYPE
(sym->st_info),
581
else if (
XELF_ST_TYPE
(sym->st_info) == STT_OBJECT
678
ebl_symbol_type_name (ld_state.ebl,
XELF_ST_TYPE
(sym->st_info),
751
oldp->type =
XELF_ST_TYPE
(sym->st_info);
[
all
...]
i386_ld.c
160
if (
XELF_ST_TYPE
(sym->st_info) == STT_SECTION)
[
all
...]
Completed in 435 milliseconds