OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHT_IA_64_UNWIND
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/arch/ia64/include/
elf_machdep.h
126
#define
SHT_IA_64_UNWIND
0x70000001 /* section contains unwind function table entries for stack unwinding */
/src/external/gpl3/binutils/dist/include/elf/
ia64.h
81
#define
SHT_IA_64_UNWIND
(SHT_LOPROC + 1) /* Unwind bits. */
/src/external/gpl3/binutils.old/dist/include/elf/
ia64.h
81
#define
SHT_IA_64_UNWIND
(SHT_LOPROC + 1) /* Unwind bits. */
/src/external/gpl3/gdb/dist/include/elf/
ia64.h
81
#define
SHT_IA_64_UNWIND
(SHT_LOPROC + 1) /* Unwind bits. */
/src/external/gpl3/gdb.old/dist/include/elf/
ia64.h
81
#define
SHT_IA_64_UNWIND
(SHT_LOPROC + 1) /* Unwind bits. */
/src/external/gpl3/binutils/dist/bfd/
elfnn-ia64.c
921
case
SHT_IA_64_UNWIND
:
969
hdr->sh_type =
SHT_IA_64_UNWIND
;
1020
case
SHT_IA_64_UNWIND
:
1149
if (hdr->sh_type !=
SHT_IA_64_UNWIND
)
5084
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
elf64-ia64-vms.c
848
hdr->sh_type =
SHT_IA_64_UNWIND
;
4473
case
SHT_IA_64_UNWIND
:
4672
case
SHT_IA_64_UNWIND
:
5527
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
/src/external/gpl3/binutils.old/dist/bfd/
elfnn-ia64.c
923
case
SHT_IA_64_UNWIND
:
971
hdr->sh_type =
SHT_IA_64_UNWIND
;
1022
case
SHT_IA_64_UNWIND
:
1151
if (hdr->sh_type !=
SHT_IA_64_UNWIND
)
5086
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
elf64-ia64-vms.c
848
hdr->sh_type =
SHT_IA_64_UNWIND
;
4474
case
SHT_IA_64_UNWIND
:
4673
case
SHT_IA_64_UNWIND
:
5528
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
/src/external/gpl3/gdb/dist/bfd/
elfnn-ia64.c
923
case
SHT_IA_64_UNWIND
:
971
hdr->sh_type =
SHT_IA_64_UNWIND
;
1022
case
SHT_IA_64_UNWIND
:
1151
if (hdr->sh_type !=
SHT_IA_64_UNWIND
)
5084
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
elf64-ia64-vms.c
848
hdr->sh_type =
SHT_IA_64_UNWIND
;
4472
case
SHT_IA_64_UNWIND
:
4671
case
SHT_IA_64_UNWIND
:
5526
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
/src/external/gpl3/gdb.old/dist/bfd/
elfnn-ia64.c
923
case
SHT_IA_64_UNWIND
:
971
hdr->sh_type =
SHT_IA_64_UNWIND
;
1022
case
SHT_IA_64_UNWIND
:
1151
if (hdr->sh_type !=
SHT_IA_64_UNWIND
)
5085
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
elf64-ia64-vms.c
848
hdr->sh_type =
SHT_IA_64_UNWIND
;
4473
case
SHT_IA_64_UNWIND
:
4672
case
SHT_IA_64_UNWIND
:
5526
/* FIXME: PR 290: The Intel C compiler generates
SHT_IA_64_UNWIND
with
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d
1961
enum
SHT_IA_64_UNWIND
= (SHT_LOPROC + 1);
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
897
return
SHT_IA_64_UNWIND
;
900
return
SHT_IA_64_UNWIND
;
903
return
SHT_IA_64_UNWIND
;
3541
fields in
SHT_IA_64_UNWIND
as required by the ABI and also
11686
if (elf_section_type (now_seg) ==
SHT_IA_64_UNWIND
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
897
return
SHT_IA_64_UNWIND
;
900
return
SHT_IA_64_UNWIND
;
903
return
SHT_IA_64_UNWIND
;
3541
fields in
SHT_IA_64_UNWIND
as required by the ABI and also
11686
if (elf_section_type (now_seg) ==
SHT_IA_64_UNWIND
/src/external/gpl3/binutils/dist/binutils/
readelf.c
6065
case
SHT_IA_64_UNWIND
: return "IA_64_UNWIND";
10557
else if (sec->sh_type ==
SHT_IA_64_UNWIND
)
10571
if (sec->sh_type ==
SHT_IA_64_UNWIND
)
/src/external/gpl3/binutils.old/dist/binutils/
readelf.c
5681
case
SHT_IA_64_UNWIND
: return "IA_64_UNWIND";
10049
else if (sec->sh_type ==
SHT_IA_64_UNWIND
)
10063
if (sec->sh_type ==
SHT_IA_64_UNWIND
)
Completed in 98 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026