OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string_section
(Results
1 - 3
of
3
) sorted by null
/external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc
139
const uint8_t *
string_section
,
146
if (
string_section
[string_size - 1] != '\0') {
147
const void* null_terminator = memrchr(
string_section
, '\0', string_size);
149
-
string_section
;
151
ByteBuffer strings(
string_section
, string_size);
elf_symbols_to_module.h
49
const uint8_t *
string_section
,
/art/runtime/
elf_file.cc
912
Elf_Shdr*
string_section
= GetSectionHeader(symbol_section->sh_link);
local
913
if (
string_section
== nullptr) {
958
Elf_Shdr*
string_section
= GetSectionHeader(symbol_section->sh_link);
local
1536
Elf_Shdr*
string_section
= GetSectionNameStringSection();
local
[
all
...]
Completed in 468 milliseconds