Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_updatefile.c56 const Elf_Scn **scnb = (const Elf_Scn **) b; in compare_sections() local
59 < (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_offset) in compare_sections()
63 > (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_offset) in compare_sections()
67 < (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_size) in compare_sections()
71 > (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_size) in compare_sections()
74 if ((*scna)->index < (*scnb)->index) in compare_sections()
77 if ((*scna)->index > (*scnb)->index) in compare_sections()