Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dobjcopy.c4156 handle_remove_relocations_option (const char *section_pattern) in handle_remove_relocations_option() argument
4158 find_section_list (section_pattern, TRUE, SECTION_CONTEXT_REMOVE_RELOCS); in handle_remove_relocations_option()
4179 handle_remove_section_option (const char *section_pattern) in handle_remove_section_option() argument
4181 find_section_list (section_pattern, TRUE, SECTION_CONTEXT_REMOVE); in handle_remove_section_option()
4182 if (strncmp (section_pattern, ".rel", 4) == 0) in handle_remove_section_option()
4184 section_pattern += 4; in handle_remove_section_option()
4185 if (*section_pattern == 'a') in handle_remove_section_option()
4186 section_pattern++; in handle_remove_section_option()
4187 if (*section_pattern) in handle_remove_section_option()
4188 handle_remove_relocations_option (section_pattern); in handle_remove_section_option()