Searched refs:undo_sec (Results 1 – 1 of 1) sorted by relevance
1253 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink() local1255 const char *name = undo_sec->name; in find_alloc_sections_prelink()1256 scn = undo_sec->scn; /* This is just for elf_ndxscn. */ in find_alloc_sections_prelink()1262 (2 * sec->shdr.field == 3 * undo_sec->shdr.field) in find_alloc_sections_prelink()1264 && sec->shdr.sh_name == undo_sec->shdr.sh_name in find_alloc_sections_prelink()1265 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags in find_alloc_sections_prelink()1266 && sec->shdr.sh_addralign == undo_sec->shdr.sh_addralign in find_alloc_sections_prelink()1267 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type in find_alloc_sections_prelink()1268 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()1269 && (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()[all …]