Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
H A Delf32_updatefile.c53 const Elf_Scn **scnb = (const Elf_Scn **) b; in compare_sections() local
56 < (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_offset) in compare_sections()
60 > (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_offset) in compare_sections()
64 < (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_size) in compare_sections()
68 > (*scnb)->shdr.ELFW(e,LIBELFBITS)->sh_size) in compare_sections()
71 if ((*scna)->index < (*scnb)->index) in compare_sections()
74 if ((*scna)->index > (*scnb)->index) in compare_sections()

Completed in 2 milliseconds