OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stabstrsec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
4848
asection *stabsec, *
stabstrsec
;
4859
stabstrsec
= bfd_make_section_with_flags (obfd, ".stabstr", flags);
4862
||
stabstrsec
== NULL
4864
|| !bfd_set_section_size (
stabstrsec
, stringsize)
4866
|| !bfd_set_section_alignment (
stabstrsec
, 0))
4879
|| !bfd_set_section_contents (obfd,
stabstrsec
, strings, 0,
4846
asection *stabsec, *
stabstrsec
;
local
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
4845
asection *stabsec, *
stabstrsec
;
4856
stabstrsec
= bfd_make_section_with_flags (obfd, ".stabstr", flags);
4859
||
stabstrsec
== NULL
4861
|| !bfd_set_section_size (
stabstrsec
, stringsize)
4863
|| !bfd_set_section_alignment (
stabstrsec
, 0))
4876
|| !bfd_set_section_contents (obfd,
stabstrsec
, strings, 0,
4843
asection *stabsec, *
stabstrsec
;
local
Completed in 20 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026