OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sec_table_off
(Results
1 - 2
of
2
) sorted by null
/external/qemu/elff/
elf_file.cc
342
const Elf_Off
sec_table_off
= pull_val(header->e_shoff);
local
343
assert(
sec_table_off
!= 0 && sec_count_ != 0);
344
if (
sec_table_off
== 0 || sec_count_ == 0) {
355
if (mapfile_read_at(elf_handle_,
sec_table_off
, sec_table_,
/ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc
342
const Elf_Off
sec_table_off
= pull_val(header->e_shoff);
local
343
assert(
sec_table_off
!= 0 && sec_count_ != 0);
344
if (
sec_table_off
== 0 || sec_count_ == 0) {
355
if (mapfile_read_at(elf_handle_,
sec_table_off
, sec_table_,
Completed in 118 milliseconds