Searched refs:undo_sec (Results 1 – 1 of 1) sorted by relevance
1259 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink() local1261 const char *name = undo_sec->name; in find_alloc_sections_prelink()1262 scn = undo_sec->scn; /* This is just for elf_ndxscn. */ in find_alloc_sections_prelink()1268 (2 * sec->shdr.field == 3 * undo_sec->shdr.field) in find_alloc_sections_prelink()1270 && sec->shdr.sh_name == undo_sec->shdr.sh_name in find_alloc_sections_prelink()1271 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags in find_alloc_sections_prelink()1272 && sec->shdr.sh_addralign == undo_sec->shdr.sh_addralign in find_alloc_sections_prelink()1273 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type in find_alloc_sections_prelink()1274 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()1275 && (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()[all …]