Searched refs:get_section_contents (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | icf.cc | 271 get_section_contents(bool first_iteration, in get_section_contents() function 625 this_secn_contents = get_section_contents(true, secn, i, &num_relocs, in match_sections() 637 this_secn_contents = get_section_contents(false, secn, i, NULL, in match_sections()
|
D | ChangeLog | 1041 (get_section_contents): Move merge section addend computation to a
|
D | ChangeLog-0815 | 2468 * icf.cc (get_section_contents): Replace copies of reloc 3492 * icf.cc (get_section_contents): Do so here instead. 6292 (get_section_contents): New function. 6316 (get_section_contents): New function pointer. 6874 * icf.cc (get_section_contents): Correct formatting. 8458 * icf.cc (get_section_contents): Always lock section's object. 8767 (get_section_contents): Likewise. 8987 * icf.cc (get_section_contents): Inline merge sections only when 9840 * icf.cc (get_section_contents): Get the addend from the text section 10438 * icf.cc (get_section_contents): Handle relocation pointing to section [all …]
|
/toolchain/binutils/binutils-2.27/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.27/binutils/ |
D | ChangeLog-2014 | 449 (process_symbol_table, apply_relocations, get_section_contents,
|
D | ChangeLog-2009 | 713 (get_section_contents): New function. Replaces common code found
|
D | readelf.c | 12310 get_section_contents (Elf_Internal_Shdr * section, FILE * file) in get_section_contents() function 12392 real_start = start = (unsigned char *) get_section_contents (section, in dump_section_as_strings() 12527 real_start = start = (unsigned char *) get_section_contents (section, file); in dump_section_as_bytes()
|