OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_stab_section
(Results
1 - 13
of
13
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
obj-multi.h
151
#define
INIT_STAB_SECTION
(S) \
152
(this_format->
init_stab_section
\
153
? (*this_format->
init_stab_section
) (S) \
obj-som.h
66
/* We use
INIT_STAB_SECTION
to record the space/subspace relationships
68
#define
INIT_STAB_SECTION
(seg) obj_som_init_stab_section (seg)
obj-elf.h
211
#define
INIT_STAB_SECTION
(seg) obj_elf_init_stab_section (seg)
220
#undef
INIT_STAB_SECTION
221
#define
INIT_STAB_SECTION
(seg) \
obj-aout.c
304
0, /*
init_stab_section
. */
obj-ecoff.c
311
0, /*
init_stab_section
. */
obj-coff.h
362
#define
INIT_STAB_SECTION
(seg) obj_coff_init_stab_section (seg)
obj-elf.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
obj.h
65
void (*
init_stab_section
) (segT);
member in struct:format_ops
stabs.c
336
#ifdef
INIT_STAB_SECTION
337
INIT_STAB_SECTION
(seg);
ChangeLog-0001
[
all
...]
ChangeLog-9899
[
all
...]
ChangeLog-9295
[
all
...]
/toolchain/binutils/binutils-2.25/gas/doc/
internals.texi
[
all
...]
Completed in 361 milliseconds