• Home
  • Raw
  • Download

Lines Matching refs:undo_sec

1239       const struct section *undo_sec = &undo_sections[i];  in find_alloc_sections_prelink()  local
1241 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()
1256 || (sec->shdr.sh_size > undo_sec->shdr.sh_size in find_alloc_sections_prelink()
1259 || (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()
1260 && ((sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()
1261 && undo_sec->shdr.sh_type == SHT_NOBITS) in find_alloc_sections_prelink()
1262 || undo_sec->shdr.sh_type == SHT_PROGBITS) in find_alloc_sections_prelink()
1265 && undo_sec->shdr.sh_type == SHT_REL in find_alloc_sections_prelink()
1267 || (sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()
1268 && (sec->shdr.sh_type == undo_sec->shdr.sh_type in find_alloc_sections_prelink()
1270 && undo_sec->shdr.sh_type == SHT_NOBITS)) in find_alloc_sections_prelink()
1271 && sec->shdr.sh_size <= undo_sec->shdr.sh_size in find_alloc_sections_prelink()
1274 && (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()
1277 sec->outscn = undo_sec->outscn; in find_alloc_sections_prelink()
1278 undo_sec = NULL; in find_alloc_sections_prelink()
1283 check_match (undo_sec == NULL, scn, name); in find_alloc_sections_prelink()