Home
last modified time | relevance | path

Searched refs:get_section_contents (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc232 get_section_contents(bool first_iteration, in get_section_contents() function
603 this_secn_contents = get_section_contents(true, secn, i, &num_relocs, in match_sections()
621 this_secn_contents = get_section_contents(false, secn, i, NULL, in match_sections()
DChangeLog1051 * icf.cc (get_section_contents): Replace copies of reloc
2075 * icf.cc (get_section_contents): Do so here instead.
4875 (get_section_contents): New function.
4899 (get_section_contents): New function pointer.
5457 * icf.cc (get_section_contents): Correct formatting.
7041 * icf.cc (get_section_contents): Always lock section's object.
7350 (get_section_contents): Likewise.
7570 * icf.cc (get_section_contents): Inline merge sections only when
8423 * icf.cc (get_section_contents): Get the addend from the text section
9021 * icf.cc (get_section_contents): Handle relocation pointing to section
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Daout-target.h433 #define MY_get_section_contents NAME (aout, get_section_contents)
DChangeLog-98995162 rather than NAME(aout,get_section_contents).
DChangeLog-91937442 get_section_contents in favor of generics. New transfer vector
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2009713 (get_section_contents): New function. Replaces common code found
Dreadelf.c11300 get_section_contents (Elf_Internal_Shdr * section, FILE * file) in get_section_contents() function
11328 start = get_section_contents (section, file); in dump_section_as_strings()
11410 start = (unsigned char *) get_section_contents (section, file); in dump_section_as_bytes()