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

/external/elfutils/src/
H A Dunstrip.c1157 const struct section *undo_sec = &undo_sections[i];
1159 const char *name = undo_sec->name;
1160 scn = undo_sec->scn; /* This is just for elf_ndxscn. */
1166 (2 * sec->shdr.field == 3 * undo_sec->shdr.field)
1168 && sec->shdr.sh_name == undo_sec->shdr.sh_name
1169 && sec->shdr.sh_flags == undo_sec->shdr.sh_flags
1170 && sec->shdr.sh_addralign == undo_sec->shdr.sh_addralign
1171 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type
1172 && sec->shdr.sh_entsize == undo_sec->shdr.sh_entsize
1173 && (sec->shdr.sh_size == undo_sec
1155 const struct section *undo_sec = &undo_sections[i]; local
[all...]

Completed in 49 milliseconds