Home
last modified time | relevance | path

Searched refs:undo_sec (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/src/
Dunstrip.c1100 const struct section *undo_sec = &undo_sections[i]; in find_alloc_sections_prelink() local
1102 const char *name = undo_sec->name; in find_alloc_sections_prelink()
1103 scn = undo_sec->scn; /* This is just for elf_ndxscn. */ in find_alloc_sections_prelink()
1109 (2 * sec->shdr.field == 3 * undo_sec->shdr.field) in find_alloc_sections_prelink()
1111 && sec->shdr.sh_name == undo_sec->shdr.sh_name in find_alloc_sections_prelink()
1112 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags in find_alloc_sections_prelink()
1113 && sec->shdr.sh_addralign == undo_sec->shdr.sh_addralign in find_alloc_sections_prelink()
1114 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type in find_alloc_sections_prelink()
1115 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize in find_alloc_sections_prelink()
1116 && (sec->shdr.sh_size == undo_sec->shdr.sh_size in find_alloc_sections_prelink()
[all …]