HomeSort by: relevance | last modified time | path
    Searched defs:section_end (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 425 section_iterator section_end() const override;
786 return section_end();
972 return section_end();
977 return section_end();
1144 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 250 return section_end();
921 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
WasmObjectFile.cpp 1581 return section_end();
1742 section_iterator WasmObjectFile::section_end() const { function in class:WasmObjectFile
XCOFFObjectFile.cpp 229 return section_end();
427 section_iterator XCOFFObjectFile::section_end() const { function in class:llvm::object::XCOFFObjectFile
MachOObjectFile.cpp 1839 if (Sec == section_end())
1893 return section_end();
2545 section_iterator MachOObjectFile::section_end() const { function in class:MachOObjectFile
4254 return *section_end();
4257 return *section_end();
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 2265 bfd_byte * section_end;
2278 or section_end + 1 upon failure. */
2292 if (data + 8 >= regions->section_end)
2293 return regions->section_end + 1;
2311 if (name + 2 < regions->section_end && name > regions->section_start)
2322 if (name + 2 + len * 2 < regions->section_end)
2345 return regions->section_end + 1;
2351 return regions->section_end + 1;
2363 if (data <= regions->section_start || data > regions->section_end)
2364 return regions->section_end + 1
2262 bfd_byte * section_end; member in struct:rsrc_regions
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 2253 bfd_byte * section_end;
2266 or section_end + 1 upon failure. */
2280 if (data + 8 >= regions->section_end)
2281 return regions->section_end + 1;
2299 if (name + 2 < regions->section_end && name > regions->section_start)
2310 if (name + 2 + len * 2 < regions->section_end)
2333 return regions->section_end + 1;
2339 return regions->section_end + 1;
2351 if (data <= regions->section_start || data > regions->section_end)
2352 return regions->section_end + 1
2250 bfd_byte * section_end; member in struct:rsrc_regions
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 2248 bfd_byte * section_end;
2261 or section_end + 1 upon failure. */
2275 if (data + 8 >= regions->section_end)
2276 return regions->section_end + 1;
2294 if (name + 2 < regions->section_end && name > regions->section_start)
2305 if (name + 2 + len * 2 < regions->section_end)
2328 return regions->section_end + 1;
2334 return regions->section_end + 1;
2346 if (data <= regions->section_start || data > regions->section_end)
2347 return regions->section_end + 1
2245 bfd_byte * section_end; member in struct:rsrc_regions
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 2247 bfd_byte * section_end;
2260 or section_end + 1 upon failure. */
2274 if (data + 8 >= regions->section_end)
2275 return regions->section_end + 1;
2293 if (name + 2 < regions->section_end && name > regions->section_start)
2304 if (name + 2 + len * 2 < regions->section_end)
2327 return regions->section_end + 1;
2333 return regions->section_end + 1;
2345 if (data <= regions->section_start || data > regions->section_end)
2346 return regions->section_end + 1
2244 bfd_byte * section_end; member in struct:rsrc_regions
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
aarch64-linux-tdep.c 215 CORE_ADDR section_end = 0; member in struct:aarch64_linux_sigframe
395 signal_frame.section_end
403 CORE_ADDR section_end = signal_frame.section_end; local
560 if (!extra_found && section > section_end)
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-tdep.c 213 CORE_ADDR section_end = 0; member in struct:aarch64_linux_sigframe
393 signal_frame.section_end
401 CORE_ADDR section_end = signal_frame.section_end; local
558 if (!extra_found && section > section_end)
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 6745 unsigned char *section_end = section->start + section->size; local
6748 if (vlistend < section_end)
6749 section_end = vlistend;
6753 while (vstart < section_end)
6758 READ_ULEB (vbegin, vstart, section_end);
6759 if (vstart == section_end)
6762 READ_ULEB (vend, vstart, section_end);
6786 unsigned char *section_end = section->start + section->size; local
6820 if (2 * pointer_size > (size_t) (section_end - start))
6830 SAFE_BYTE_GET_AND_INC (begin, start, pointer_size, section_end);
6931 unsigned char *section_end = section->start + section->size; local
7148 unsigned char *section_end = section->start + section->size; local
10675 const unsigned char *const section_end = section->start + section->size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 6673 unsigned char *section_end = section->start + section->size; local
6676 if (vlistend < section_end)
6677 section_end = vlistend;
6681 while (vstart < section_end)
6686 READ_ULEB (vbegin, vstart, section_end);
6687 if (vstart == section_end)
6690 READ_ULEB (vend, vstart, section_end);
6714 unsigned char *section_end = section->start + section->size; local
6748 if (2 * pointer_size > (size_t) (section_end - start))
6758 SAFE_BYTE_GET_AND_INC (begin, start, pointer_size, section_end);
6859 unsigned char *section_end = section->start + section->size; local
7076 unsigned char *section_end = section->start + section->size; local
10585 const unsigned char *const section_end = section->start + section->size; local
    [all...]

Completed in 142 milliseconds