Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
H A Dgelf_getsymshndx.c68 if (INVALID_NDX (ndx, Elf32_Word, &shndxdata_scn->d)) in gelf_getsymshndx()
88 if (INVALID_NDX (ndx, Elf32_Sym, symdata)) in gelf_getsymshndx()
117 if (INVALID_NDX (ndx, GElf_Sym, symdata)) in gelf_getsymshndx()
H A Dgelf_update_sym.c75 if (INVALID_NDX (ndx, Elf32_Sym, &data_scn->d)) in gelf_update_sym()
98 if (INVALID_NDX (ndx, Elf64_Sym, &data_scn->d)) in gelf_update_sym()
H A Dgelf_getdyn.c72 if (INVALID_NDX (ndx, Elf32_Dyn, &data_scn->d)) in gelf_getdyn()
93 if (INVALID_NDX (ndx, GElf_Dyn, &data_scn->d)) in gelf_getdyn()
H A Dgelf_update_rel.c75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_update_rel()
90 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d)) in gelf_update_rel()
H A Dgelf_update_dyn.c75 if (INVALID_NDX (ndx, Elf32_Dyn, &data_scn->d)) in gelf_update_dyn()
89 if (INVALID_NDX (ndx, Elf64_Dyn, &data_scn->d)) in gelf_update_dyn()
H A Dgelf_getsym.c69 if (INVALID_NDX (ndx, Elf32_Sym, data)) in gelf_getsym()
98 if (INVALID_NDX (ndx, GElf_Sym, data)) in gelf_getsym()
H A Dgelf_getrela.c66 if (INVALID_NDX (ndx, Elf32_Rela, &data_scn->d)) in gelf_getrela()
87 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d)) in gelf_getrela()
H A Dgelf_getrel.c66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_getrel()
86 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d)) in gelf_getrel()
H A Dgelf_update_symshndx.c100 if (INVALID_NDX (ndx, Elf32_Sym, &symdata_scn->d)) in gelf_update_symshndx()
123 if (INVALID_NDX (ndx, Elf64_Sym, &symdata_scn->d)) in gelf_update_symshndx()
H A Dgelf_update_rela.c77 if (INVALID_NDX (ndx, Elf32_Rela, &data_scn->d)) in gelf_update_rela()
93 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d)) in gelf_update_rela()
H A Dgelf_update_versym.c54 if (INVALID_NDX (ndx, GElf_Versym, &data_scn->d)) in gelf_update_versym()
H A Dgelf_update_move.c54 if (INVALID_NDX (ndx, GElf_Move, &data_scn->d)) in gelf_update_move()
H A Dgelf_update_lib.c60 if (INVALID_NDX (ndx, Elf64_Lib, &data_scn->d)) in gelf_update_lib()
H A Dgelf_getsyminfo.c63 if (INVALID_NDX (ndx, GElf_Syminfo, data)) in gelf_getsyminfo()
H A Dgelf_getlib.c65 if (INVALID_NDX (ndx, GElf_Lib, data)) in gelf_getlib()
H A Dgelf_getmove.c62 if (INVALID_NDX (ndx, GElf_Move, data)) in gelf_getmove()
H A Dgelf_update_syminfo.c66 if (INVALID_NDX (ndx, GElf_Syminfo, &data_scn->d)) in gelf_update_syminfo()
H A Dgelf_getversym.c71 if (INVALID_NDX (ndx, GElf_Versym, data)) in gelf_getversym()
H A DlibelfP.h614 #define INVALID_NDX(ndx, type, data) \ macro

Completed in 4 milliseconds