OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shdrs_end
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdwfl/
elf-from-memory.c
135
GElf_Off
shdrs_end
;
local
152
shdrs_end
= ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
164
shdrs_end
= ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
265
&& (GElf_Off) contents_size >=
shdrs_end
)
268
if ((GElf_Off) contents_size <
shdrs_end
)
269
contents_size =
shdrs_end
;
305
if (contents_size <
shdrs_end
)
332
if (contents_size <
shdrs_end
)
dwfl_segment_report_module.c
183
GElf_Off
shdrs_end
;
local
209
shdrs_end
= ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
222
shdrs_end
= ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
376
if (
shdrs_end
<= filesz_offset &&
shdrs_end
> file_trimmed_end)
378
filesz +=
shdrs_end
- file_trimmed_end;
379
file_trimmed_end =
shdrs_end
;
575
const GElf_Off whole = MAX (file_trimmed_end,
shdrs_end
);
Completed in 29 milliseconds