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

  /external/elfutils/libelf/
gelf_getsymshndx.c 68 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d))
88 if (INVALID_NDX (ndx, Elf32_Sym, symdata))
117 if (INVALID_NDX (ndx, GElf_Sym, symdata))
gelf_getdyn.c 72 if (INVALID_NDX (ndx, Elf32_Dyn, &data_scn->d))
93 if (INVALID_NDX (ndx, GElf_Dyn, &data_scn->d))
gelf_getrel.c 66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d))
86 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d))
gelf_getrela.c 66 if (INVALID_NDX (ndx, Elf32_Rela, &data_scn->d))
87 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d))
gelf_getsym.c 69 if (INVALID_NDX (ndx, Elf32_Sym, data))
98 if (INVALID_NDX (ndx, GElf_Sym, data))
gelf_update_dyn.c 75 if (INVALID_NDX (ndx, Elf32_Dyn, &data_scn->d))
89 if (INVALID_NDX (ndx, Elf64_Dyn, &data_scn->d))
gelf_update_rel.c 75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d))
90 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d))
gelf_update_rela.c 77 if (INVALID_NDX (ndx, Elf32_Rela, &data_scn->d))
93 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d))
gelf_update_sym.c 75 if (INVALID_NDX (ndx, Elf32_Sym, &data_scn->d))
98 if (INVALID_NDX (ndx, Elf64_Sym, &data_scn->d))
gelf_getlib.c 65 if (INVALID_NDX (ndx, GElf_Lib, data))
gelf_getmove.c 62 if (INVALID_NDX (ndx, GElf_Move, data))
gelf_getsyminfo.c 63 if (INVALID_NDX (ndx, GElf_Syminfo, data))
gelf_getversym.c 71 if (INVALID_NDX (ndx, GElf_Versym, data))
gelf_update_lib.c 60 if (INVALID_NDX (ndx, Elf64_Lib, &data_scn->d))
gelf_update_move.c 54 if (INVALID_NDX (ndx, GElf_Move, &data_scn->d))
gelf_update_syminfo.c 66 if (INVALID_NDX (ndx, GElf_Syminfo, &data_scn->d))
gelf_update_versym.c 54 if (INVALID_NDX (ndx, GElf_Versym, &data_scn->d))
gelf_update_symshndx.c 100 if (INVALID_NDX (ndx, Elf32_Sym, &symdata_scn->d))
123 if (INVALID_NDX (ndx, Elf64_Sym, &symdata_scn->d))
libelfP.h 632 #define INVALID_NDX(ndx, type, data) \

Completed in 385 milliseconds