OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scnb
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/libelf/
elf32_updatefile.c
78
const Elf_Scn **
scnb
= (const Elf_Scn **) b;
local
81
< (*
scnb
)->shdr.ELFW(e,LIBELFBITS)->sh_offset)
85
> (*
scnb
)->shdr.ELFW(e,LIBELFBITS)->sh_offset)
89
< (*
scnb
)->shdr.ELFW(e,LIBELFBITS)->sh_size)
93
> (*
scnb
)->shdr.ELFW(e,LIBELFBITS)->sh_size)
96
if ((*scna)->index < (*
scnb
)->index)
99
if ((*scna)->index > (*
scnb
)->index)
Completed in 41 milliseconds