OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:str_section
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
dwarf.c
653
struct dwarf_section *
str_section
= &debug_displays [str_sec_idx].section;
local
662
if (
str_section
->start == NULL)
676
idx, index_offset,
str_section
->name);
683
if (str_offset >=
str_section
->size)
689
ret = (const char *)
str_section
->start + str_offset;
691
/* Unfortunately we cannot rely upon
str_section
ending with a NUL byte.
694
if (strnlen (ret,
str_section
->size - str_offset)
695
==
str_section
->size - str_offset)
/src/external/gpl3/binutils.old/dist/binutils/
dwarf.c
652
struct dwarf_section *
str_section
= &debug_displays [str_sec_idx].section;
local
661
if (
str_section
->start == NULL)
675
idx, index_offset,
str_section
->name);
682
if (str_offset >=
str_section
->size)
688
ret = (const char *)
str_section
->start + str_offset;
690
/* Unfortunately we cannot rely upon
str_section
ending with a NUL byte.
693
if (strnlen (ret,
str_section
->size - str_offset)
694
==
str_section
->size - str_offset)
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c
17813
STR_SECTION
, STR_OFFSETS_SECTION can be from a Fission stub or a
17818
struct dwarf2_section_info *
str_section
,
17831
str_section
->read (objfile);
17833
if (
str_section
->buffer == NULL)
17836
form_name,
str_section
->get_name (),
17841
form_name,
str_section
->get_name (),
17850
if (str_offset >=
str_section
->size)
17853
form_name,
str_section
->get_name (),
17855
return (const char *) (
str_section
->buffer + str_offset);
21608
struct dwarf2_section_info *
str_section
;
21596
struct dwarf2_section_info *
str_section
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c
15434
STR_SECTION
, STR_OFFSETS_SECTION can be from a Fission stub or a
15439
struct dwarf2_section_info *
str_section
,
15452
str_section
->read (objfile);
15454
if (
str_section
->buffer == NULL)
15457
form_name,
str_section
->get_name (),
15462
form_name,
str_section
->get_name (),
15478
if (str_offset >=
str_section
->size)
15481
form_name,
str_section
->get_name (),
15483
return (const char *) (
str_section
->buffer + str_offset);
19108
struct dwarf2_section_info *
str_section
;
19099
struct dwarf2_section_info *
str_section
;
local
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026