HomeSort by relevance Sort by last modified time
    Searched refs:update_if_changed (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libelf/
elf32_updatenull.c 50 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
72 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT,
84 update_if_changed (ehdr->e_shnum, 0,
88 update_if_changed (ehdr->e_shnum, shnum,
137 update_if_changed (ehdr->e_phoff,
227 update_if_changed (shdr->sh_entsize, sh_entsize,
271 update_if_changed (dl->data.d.d_off, offset,
304 update_if_changed (shdr->sh_addralign, sh_align,
308 update_if_changed (shdr->sh_offset, (GElf_Word) size,
312 update_if_changed (shdr->sh_size, (GElf_Word) offset
    [all...]
libelfP.h 511 # define update_if_changed(var, exp, flag) \ macro
522 # define update_if_changed(var, exp, flag) \ macro

Completed in 95 milliseconds