OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:section_end
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/courgette/
disassembler_elf_32.cc
113
uint32
section_end
= section_header->sh_offset + section_header->sh_size;
local
115
if (
section_end
> result)
116
result =
section_end
;
196
Elf32_Off
section_end
= section_begin + section_header->sh_size;
local
198
if (offset32 >= section_begin && offset32 <
section_end
) {
331
size_t
section_end
= section_header->sh_offset + section_header->sh_size;
local
338
while (file_offset <
section_end
) {
349
size_t next_relocation =
section_end
;
401
return ParseSimpleRegion(file_offset,
section_end
, program);
disassembler_elf_32_x86.cc
86
size_t
section_end
= section_header->sh_offset + section_header->sh_size;
local
114
return ParseSimpleRegion(file_offset,
section_end
, program);
disassembler_win32_x64.cc
178
uint32
section_end
=
local
180
if (
section_end
> detected_length)
181
detected_length =
section_end
;
disassembler_win32_x86.cc
178
uint32
section_end
=
local
180
if (
section_end
> detected_length)
181
detected_length =
section_end
;
disassembler_elf_32_arm.cc
321
size_t
section_end
= section_header->sh_offset + section_header->sh_size;
local
364
return ParseSimpleRegion(file_offset,
section_end
, program);
/external/chromium/chrome/browser/autofill/
autofill_manager.cc
105
// Fills |section_start| and |
section_end
| so that [section_start,
section_end
)
116
size_t*
section_end
) {
118
DCHECK(
section_end
);
122
*
section_end
= form.field_count();
156
*
section_end
= i;
186
// |form_structure| with indices in the range [section_start,
section_end
).
190
size_t
section_end
) {
200
i <
section_end
&& j < form.fields.size();
418
size_t section_start,
section_end
;
local
[
all
...]
Completed in 108 milliseconds