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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 644 iterator contents_end() { return Contents.end(); } function in class:llvm::vfs::RedirectingFileSystem::DirectoryEntry
  /src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c 5272 bfd_byte *contents = data->this_hdr.contents, *contents_end = NULL; local
5298 contents_end node1->key + op1->size
5300 contents_end after this memmove
5303 respectively. In case node1 is the first op, contents_end is initialized
5305 end. The contents_end pointer will be bumped to the new end of content
5323 if (contents_end == NULL)
5325 contents_end = contents + op1_start_off;
5327 memmove (contents_end, contents + op1_end_off, count);
5328 contents_end += count;
elf.c 9379 bfd_byte *contents_end;
9432 contents_end = (contents + verneed_size
9480 > (size_t) (contents_end - (bfd_byte *) everneed))
9520 > (size_t) (contents_end - (bfd_byte *) evernaux))
9534 > (size_t) (contents_end - (bfd_byte *) everneed))
9376 bfd_byte *contents_end; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 4915 bfd_byte *contents = data->this_hdr.contents, *contents_end = NULL; local
4941 contents_end node1->key + op1->size
4943 contents_end after this memmove
4946 respectively. In case node1 is the first op, contents_end is initialized
4948 end. The contents_end pointer will be bumped to the new end of content
4966 if (contents_end == NULL)
4968 contents_end = contents + op1_start_off;
4970 memmove (contents_end, contents + op1_end_off, count);
4971 contents_end += count;
elf.c 9310 bfd_byte *contents_end;
9363 contents_end = (contents + verneed_size
9411 > (size_t) (contents_end - (bfd_byte *) everneed))
9451 > (size_t) (contents_end - (bfd_byte *) evernaux))
9465 > (size_t) (contents_end - (bfd_byte *) everneed))
9307 bfd_byte *contents_end; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 9279 bfd_byte *contents_end;
9332 contents_end = (contents + verneed_size
9380 > (size_t) (contents_end - (bfd_byte *) everneed))
9420 > (size_t) (contents_end - (bfd_byte *) evernaux))
9434 > (size_t) (contents_end - (bfd_byte *) everneed))
9276 bfd_byte *contents_end; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 9451 bfd_byte *contents_end;
9505 contents_end = (contents + verneed_size
9553 > (size_t) (contents_end - (bfd_byte *) everneed))
9593 > (size_t) (contents_end - (bfd_byte *) evernaux))
9607 > (size_t) (contents_end - (bfd_byte *) everneed))
9448 bfd_byte *contents_end; local

Completed in 70 milliseconds