OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rel_type
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
ld.h
420
int (*
rel_type
) (struct ld_state *);
member in struct:callbacks
421
#define
REL_TYPE
(state) \
422
DL_CALL_FCT ((state)->callbacks.
rel_type
, (state))
[
all
...]
i386_ld.c
[
all
...]
ldgeneric.c
232
ld_state.callbacks.
rel_type
= ld_generic_rel_type;
2444
int
rel_type
= REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA;
local
[
all
...]
Completed in 20 milliseconds