OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_type_p
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ld.h
383
bool (*
section_type_p
) (struct ld_state *, XElf_Word);
member in struct:callbacks
384
#define
SECTION_TYPE_P
(state, type) \
385
DL_CALL_FCT ((state)->callbacks.
section_type_p
, (state, type))
[
all
...]
ldgeneric.c
225
ld_state.callbacks.
section_type_p
= ld_generic_section_type_p;
[
all
...]
Completed in 30 milliseconds