Searched refs:undo_sec (Results 1 – 1 of 1) sorted by relevance
1155 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink() local1157 const char *name = undo_sec->name; in find_alloc_sections_prelink()1158 scn = undo_sec->scn; /* This is just for elf_ndxscn. */ in find_alloc_sections_prelink()1164 (2 * sec->shdr.field == 3 * undo_sec->shdr.field) in find_alloc_sections_prelink()1166 && sec->shdr.sh_name == undo_sec->shdr.sh_name in find_alloc_sections_prelink()1167 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags in find_alloc_sections_prelink()1168 && sec->shdr.sh_addralign == undo_sec->shdr.sh_addralign in find_alloc_sections_prelink()1169 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type in find_alloc_sections_prelink()1170 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()1171 && (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()[all …]