Home
last modified time | relevance | path

Searched refs:get_file_and_offset (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darchive.cc575 Archive::get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff, in get_file_and_offset() function in gold::Archive
628 return arch->get_file_and_offset(nested_off, input_file, memoff, in get_file_and_offset()
663 if (!this->get_file_and_offset(off, &input_file, &memoff, &memsize, in get_elf_object_for_member()
Darchive.h314 get_file_and_offset(off_t off, Input_file** input_file, off_t* memoff,
DChangeLog12188 * archive.cc (Archive::get_file_and_offset): Likewise.
13883 (Archive::get_file_and_offset): Likewise.
14536 * archive.cc (Archive::get_file_and_offset): Use filename instead
14587 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
14591 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
14793 (Archive::get_file_and_offset): New function.
14801 Factored code into Archive::get_file_and_offset and
14811 (Archive::get_file_and_offset): New function.