Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
H A Delfstrmerge.c152 newsecndx (size_t secndx, size_t shdrstrndx, size_t shdrnum, in newsecndx() argument
157 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in newsecndx()
165 fname, secndx, what, member); in newsecndx()
168 fname, secndx, what, widx, member); in newsecndx()
171 fname, secndx, what, widx, member, midx); in newsecndx()
174 return secndx < shdrstrndx ? secndx : secndx in newsecndx()
[all...]
/third_party/elfutils/src/
H A Dunstrip.c1587 size_t secndx = elf_ndxscn (sec->scn); in copy_elided_sections()
1593 if (secndx == stripped_shstrndx) in copy_elided_sections()
1596 ndx_section[secndx - 1] = unstripped_shstrndx; in copy_elided_sections()
1603 ndx_section[secndx - 1] = elf_ndxscn (unstripped_symtab); in copy_elided_sections()
1608 && secndx == stripped_symtab->shdr.sh_link in copy_elided_sections()
1612 ndx_section[secndx - 1] = unstripped_strndx; in copy_elided_sections()
1620 debuglink = secndx; in copy_elided_sections()
1621 ndx_section[secndx - 1] = SHN_UNDEF; in copy_elided_sections()
1639 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn); in copy_elided_sections()
1585 size_t secndx = elf_ndxscn (sec->scn); copy_elided_sections() local

Completed in 4 milliseconds