OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:special_section_number_p
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
ld.h
357
bool (*
special_section_number_p
) (struct ld_state *, size_t);
member in struct:callbacks
358
#define
SPECIAL_SECTION_NUMBER_P
(state, number) \
359
DL_CALL_FCT ((state)->callbacks.
special_section_number_p
, (state, number))
ldgeneric.c
193
ld_state.callbacks.
special_section_number_p
=
[
all
...]
Completed in 16 milliseconds