OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linked_to_section_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-elf.c
1200
unsigned long
linked_to_section_index
= -1UL;
local
1412
linked_to_section_index
= strtoul (input_line_pointer, & input_line_pointer, 0);
1438
linked_to_section_index
=
1625
if (
linked_to_section_index
!= -1UL)
1628
elf_section_data (now_seg)->this_hdr.sh_link =
linked_to_section_index
;
/src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c
1187
unsigned long
linked_to_section_index
= -1UL;
local
1378
linked_to_section_index
= strtoul (input_line_pointer, & input_line_pointer, 0);
1404
linked_to_section_index
=
1602
if (
linked_to_section_index
!= -1UL)
1605
elf_section_data (now_seg)->this_hdr.sh_link =
linked_to_section_index
;
Completed in 129 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026