OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toc_start
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
xcofflink.c
6174
bfd_vma
toc_start
, toc_end, start, end, best_address;
6183
/* Set [
TOC_START
, TOC_END) to the range of the TOC. Record the
6185
toc_start
= ~(bfd_vma) 0;
6195
if (
toc_start
> start)
6197
toc_start
= start;
6207
if (toc_end <
toc_start
)
6209
xcoff_data (output_bfd)->toc =
toc_start
;
6213
if (toc_end -
toc_start
< 0x8000)
6214
/* Every TOC csect can be accessed from
TOC_START
. */
6215
best_address =
toc_start
;
6162
bfd_vma
toc_start
, toc_end, start, end, best_address;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c
6174
bfd_vma
toc_start
, toc_end, start, end, best_address;
6183
/* Set [
TOC_START
, TOC_END) to the range of the TOC. Record the
6185
toc_start
= ~(bfd_vma) 0;
6195
if (
toc_start
> start)
6197
toc_start
= start;
6207
if (toc_end <
toc_start
)
6209
xcoff_data (output_bfd)->toc =
toc_start
;
6213
if (toc_end -
toc_start
< 0x8000)
6214
/* Every TOC csect can be accessed from
TOC_START
. */
6215
best_address =
toc_start
;
6162
bfd_vma
toc_start
, toc_end, start, end, best_address;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
xcofflink.c
6127
bfd_vma
toc_start
, toc_end, start, end, best_address;
6136
/* Set [
TOC_START
, TOC_END) to the range of the TOC. Record the
6138
toc_start
= ~(bfd_vma) 0;
6148
if (
toc_start
> start)
6150
toc_start
= start;
6160
if (toc_end <
toc_start
)
6162
xcoff_data (output_bfd)->toc =
toc_start
;
6166
if (toc_end -
toc_start
< 0x8000)
6167
/* Every TOC csect can be accessed from
TOC_START
. */
6168
best_address =
toc_start
;
6115
bfd_vma
toc_start
, toc_end, start, end, best_address;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c
6135
bfd_vma
toc_start
, toc_end, start, end, best_address;
6144
/* Set [
TOC_START
, TOC_END) to the range of the TOC. Record the
6146
toc_start
= ~(bfd_vma) 0;
6156
if (
toc_start
> start)
6158
toc_start
= start;
6168
if (toc_end <
toc_start
)
6170
xcoff_data (output_bfd)->toc =
toc_start
;
6174
if (toc_end -
toc_start
< 0x8000)
6175
/* Every TOC csect can be accessed from
TOC_START
. */
6176
best_address =
toc_start
;
6123
bfd_vma
toc_start
, toc_end, start, end, best_address;
local
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026