OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_table_end
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/courgette/
disassembler_elf_32.cc
129
uint32
section_table_end
= header_->e_shoff +
local
131
if (
section_table_end
> result)
132
result =
section_table_end
;
Completed in 32 milliseconds