OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:str_sec_index
(Results
1 - 2
of
2
) sorted by null
/external/qemu/elff/
elf_file.cc
361
const Elf_Half
str_sec_index
= pull_val(header->e_shstrndx);
local
362
assert(
str_sec_index
!= SHN_UNDEF);
363
if (
str_sec_index
== SHN_UNDEF) {
369
(get_section_by_index(
str_sec_index
));
/ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc
361
const Elf_Half
str_sec_index
= pull_val(header->e_shstrndx);
local
362
assert(
str_sec_index
!= SHN_UNDEF);
363
if (
str_sec_index
== SHN_UNDEF) {
369
(get_section_by_index(
str_sec_index
));
Completed in 486 milliseconds