Home
last modified time | relevance | path

Searched refs:section_pattern (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c4245 handle_remove_relocations_option (const char *section_pattern) in handle_remove_relocations_option() argument
4247 find_section_list (section_pattern, true, SECTION_CONTEXT_REMOVE_RELOCS); in handle_remove_relocations_option()
4268 handle_remove_section_option (const char *section_pattern) in handle_remove_section_option() argument
4270 find_section_list (section_pattern, true, SECTION_CONTEXT_REMOVE); in handle_remove_section_option()
4271 if (startswith (section_pattern, ".rel")) in handle_remove_section_option()
4273 section_pattern += 4; in handle_remove_section_option()
4274 if (*section_pattern == 'a') in handle_remove_section_option()
4275 section_pattern++; in handle_remove_section_option()
4276 if (*section_pattern) in handle_remove_section_option()
4277 handle_remove_relocations_option (section_pattern); in handle_remove_section_option()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c4353 handle_remove_relocations_option (const char *section_pattern) in handle_remove_relocations_option() argument
4355 find_section_list (section_pattern, true, SECTION_CONTEXT_REMOVE_RELOCS); in handle_remove_relocations_option()
4376 handle_remove_section_option (const char *section_pattern) in handle_remove_section_option() argument
4378 find_section_list (section_pattern, true, SECTION_CONTEXT_REMOVE); in handle_remove_section_option()
4379 if (startswith (section_pattern, ".rel")) in handle_remove_section_option()
4381 section_pattern += 4; in handle_remove_section_option()
4382 if (*section_pattern == 'a') in handle_remove_section_option()
4383 section_pattern++; in handle_remove_section_option()
4384 if (*section_pattern) in handle_remove_section_option()
4385 handle_remove_relocations_option (section_pattern); in handle_remove_section_option()