OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bfd_section_name
(Results
1 - 25
of
602
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gdb.old/dist/sim/lm32/
sim-if.c
56
if ((strcmp (
bfd_section_name
(s), ".boot") == 0)
57
|| (strcmp (
bfd_section_name
(s), ".text") == 0)
58
|| (strcmp (
bfd_section_name
(s), ".data") == 0)
59
|| (strcmp (
bfd_section_name
(s), ".bss") == 0))
/src/external/gpl3/gdb/dist/sim/lm32/
sim-if.c
56
if ((strcmp (
bfd_section_name
(s), ".boot") == 0)
57
|| (strcmp (
bfd_section_name
(s), ".text") == 0)
58
|| (strcmp (
bfd_section_name
(s), ".data") == 0)
59
|| (strcmp (
bfd_section_name
(s), ".bss") == 0))
/src/external/gpl3/gdb.old/dist/sim/m32c/
load.c
79
if (strcmp (
bfd_section_name
(s), ".stack"))
103
(uint64_t) base, (int) size,
bfd_section_name
(s));
/src/external/gpl3/gdb/dist/sim/m32c/
load.c
79
if (strcmp (
bfd_section_name
(s), ".stack"))
103
(uint64_t) base, (int) size,
bfd_section_name
(s));
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
section.c
79
return
bfd_section_name
(sectp);
190
bfd_section_name
(sectp), bfd_get_filename (abfd));
/src/external/gpl3/gdb/dist/gdb/dwarf2/
section.c
79
return
bfd_section_name
(sectp);
190
bfd_section_name
(sectp), bfd_get_filename (abfd));
/src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c
132
bfd_section_name
(sect),
215
bfd_get_filename (abfd),
bfd_section_name
(section),
228
name, bfd_get_filename (abfd),
bfd_section_name
(section));
251
bfd_get_filename (abfd),
bfd_section_name
(section),
264
bfd_get_filename (abfd),
bfd_section_name
(section),
380
bfd_get_filename (abfd),
bfd_section_name
(sect),
389
bfd_get_filename (abfd),
bfd_section_name
(sect),
/src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c
132
bfd_section_name
(sect),
215
bfd_get_filename (abfd),
bfd_section_name
(section),
228
name, bfd_get_filename (abfd),
bfd_section_name
(section));
251
bfd_get_filename (abfd),
bfd_section_name
(section),
264
bfd_get_filename (abfd),
bfd_section_name
(section),
381
bfd_get_filename (abfd),
bfd_section_name
(sect),
390
bfd_get_filename (abfd),
bfd_section_name
(sect),
/src/external/gpl3/gdb.old/dist/gdb/
gcore.c
339
|| strcmp (".bss",
bfd_section_name
(sec)) == 0)
373
if (startswith (
bfd_section_name
(osec), "memtag"))
377
if (startswith (
bfd_section_name
(osec), "load"))
379
else if (startswith (
bfd_section_name
(osec), "note"))
758
if (!startswith (
bfd_section_name
(osec), "load"))
799
if (!startswith (
bfd_section_name
(osec), "memtag"))
symfile-mem.c
116
bfd_section_name
(sec),
mips-sde-tdep.c
210
name =
bfd_section_name
(sect);
corelow.c
683
if (!startswith (
bfd_section_name
(asect), ".reg/"))
686
int lwpid = atoi (
bfd_section_name
(asect) + 5);
787
if (startswith (
bfd_section_name
(sect), ".reg/"))
789
int lwpid = atoi (
bfd_section_name
(sect) + 5);
822
gdb_assert (startswith (
bfd_section_name
(sect), ".reg/"));
824
int lwpid = atoi (
bfd_section_name
(sect) + 5);
845
const char *name =
bfd_section_name
(sect);
/src/external/gpl3/gdb/dist/gdb/
gcore.c
339
|| strcmp (".bss",
bfd_section_name
(sec)) == 0)
373
if (startswith (
bfd_section_name
(osec), "memtag"))
377
if (startswith (
bfd_section_name
(osec), "load"))
379
else if (startswith (
bfd_section_name
(osec), "note"))
758
if (!startswith (
bfd_section_name
(osec), "load"))
799
if (!startswith (
bfd_section_name
(osec), "memtag"))
symfile-mem.c
116
bfd_section_name
(sec),
mips-sde-tdep.c
210
name =
bfd_section_name
(sect);
corelow.c
709
if (!startswith (
bfd_section_name
(asect), ".reg/"))
712
int lwpid = atoi (
bfd_section_name
(asect) + 5);
816
if (startswith (
bfd_section_name
(sect), ".reg/"))
818
int lwpid = atoi (
bfd_section_name
(sect) + 5);
851
gdb_assert (startswith (
bfd_section_name
(sect), ".reg/"));
853
int lwpid = atoi (
bfd_section_name
(sect) + 5);
874
const char *name =
bfd_section_name
(sect);
/src/external/gpl3/gdb.old/dist/sim/common/
sim-load.c
126
bfd_section_name
(s), (uint64_t) size,
/src/external/gpl3/gdb.old/dist/sim/rl78/
load.c
60
return
bfd_section_name
(s);
/src/external/gpl3/gdb.old/dist/sim/rx/
load.c
55
return
bfd_section_name
(s);
/src/external/gpl3/gdb/dist/sim/common/
sim-load.c
126
bfd_section_name
(s), (uint64_t) size,
/src/external/gpl3/gdb/dist/sim/rl78/
load.c
60
return
bfd_section_name
(s);
/src/external/gpl3/gdb/dist/sim/rx/
load.c
55
return
bfd_section_name
(s);
/src/external/gpl3/binutils/dist/bfd/
elf64-mmix.c
1414
name =
bfd_section_name
(sec);
1608
if (strcmp (
bfd_section_name
(symsec),
1610
|| strcmp (
bfd_section_name
(symsec),
1643
if (strcmp (
bfd_section_name
(symsec),
1654
else if (strcmp (
bfd_section_name
(symsec),
1706
&& strcmp (
bfd_section_name
(symsec),
1708
&& strcmp (
bfd_section_name
(symsec),
1725
if (strcmp (
bfd_section_name
(symsec),
2114
if (strcmp (
bfd_section_name
(sec), MMIX_REG_SECTION_NAME) == 0)
/src/external/gpl3/binutils.old/dist/bfd/
elf64-mmix.c
1414
name =
bfd_section_name
(sec);
1607
if (strcmp (
bfd_section_name
(symsec),
1609
|| strcmp (
bfd_section_name
(symsec),
1642
if (strcmp (
bfd_section_name
(symsec),
1653
else if (strcmp (
bfd_section_name
(symsec),
1705
&& strcmp (
bfd_section_name
(symsec),
1707
&& strcmp (
bfd_section_name
(symsec),
1724
if (strcmp (
bfd_section_name
(symsec),
2113
if (strcmp (
bfd_section_name
(sec), MMIX_REG_SECTION_NAME) == 0)
/src/external/gpl3/gdb.old/dist/bfd/
elf64-mmix.c
1414
name =
bfd_section_name
(sec);
1607
if (strcmp (
bfd_section_name
(symsec),
1609
|| strcmp (
bfd_section_name
(symsec),
1642
if (strcmp (
bfd_section_name
(symsec),
1653
else if (strcmp (
bfd_section_name
(symsec),
1705
&& strcmp (
bfd_section_name
(symsec),
1707
&& strcmp (
bfd_section_name
(symsec),
1724
if (strcmp (
bfd_section_name
(symsec),
2113
if (strcmp (
bfd_section_name
(sec), MMIX_REG_SECTION_NAME) == 0)
Completed in 50 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Apr 27 00:23:16 UTC 2026