Searched refs:undo_sec (Results 1 – 1 of 1) sorted by relevance
1239 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink() local1241 const char *name = undo_sec->name; in find_alloc_sections_prelink()1242 scn = undo_sec->scn; /* This is just for elf_ndxscn. */ in find_alloc_sections_prelink()1248 (2 * sec->shdr.field == 3 * undo_sec->shdr.field) in find_alloc_sections_prelink()1250 && sec->shdr.sh_name == undo_sec->shdr.sh_name in find_alloc_sections_prelink()1251 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags in find_alloc_sections_prelink()1252 && sec->shdr.sh_addralign == undo_sec->shdr.sh_addralign in find_alloc_sections_prelink()1253 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type in find_alloc_sections_prelink()1254 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()1255 && (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()[all …]