Searched defs:section_end (Results 1 - 1 of 1) sorted by relevance

/external/elfcopy/
H A Ddwarf.c2330 unsigned char *section_end; local
2340 section_end = start + bytes;
2532 if (start + 2 * pointer_size > section_end)
2565 if (start + 2 > section_end)
2575 if (start + length > section_end)
2772 unsigned char *section_end; local
2785 section_end = start + bytes;

Completed in 22 milliseconds