Searched refs:get_section_contents (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | icf.cc | 232 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()
|
D | ChangeLog | 1051 * 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/ |
D | aout-target.h | 433 #define MY_get_section_contents NAME (aout, get_section_contents)
|
D | ChangeLog-9899 | 5162 rather than NAME(aout,get_section_contents).
|
D | ChangeLog-9193 | 7442 get_section_contents in favor of generics. New transfer vector
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2009 | 713 (get_section_contents): New function. Replaces common code found
|
D | readelf.c | 11300 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()
|